Add manual trigger to CI workflow
Closes gh-1777
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # Once per day at 10am UTC
|
||||
workflow_dispatch: # Manual trigger
|
||||
|
||||
env:
|
||||
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
|
||||
|
||||
Reference in New Issue
Block a user