Skip to content

Commit 3fe03c6

Browse files
committed
Add manual trigger to CI workflow
Closes gh-1777
1 parent d95652d commit 3fe03c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
schedule:
88
- cron: '0 10 * * *' # Once per day at 10am UTC
9+
workflow_dispatch: # Manual trigger
910

1011
env:
1112
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}

0 commit comments

Comments
 (0)