Skip to content

Commit

Permalink
Add manual trigger to CI workflow
Browse files Browse the repository at this point in the history
Closes gh-1777
  • Loading branch information
eleftherias committed Jan 19, 2021
1 parent eb29949 commit 3ba76d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 2.4.x
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger

env:
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
Expand Down

0 comments on commit 3ba76d0

Please sign in to comment.