Skip to content

Commit 793781f

Browse files
committed
Add manual trigger to CI workflow
Closes gh-9360
1 parent 43a071a commit 793781f

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
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)