Add manual trigger to CI workflow

Closes gh-1777
This commit is contained in:
Eleftheria Stein
2021-01-19 17:37:18 +01:00
parent d95652dcb3
commit 3fe03c60f3

View File

@@ -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 }}