Skip to content

Commit 3ba76d0

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

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
- 2.4.x
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)