We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd8e8a commit 6fc796cCopy full SHA for 6fc796c
1 file changed
.github/workflows/schedule_test.yml
@@ -3,6 +3,7 @@ name: schedule testing
3
on:
4
schedule:
5
- cron: '*/5 * * * *'
6
+ workflow_dispatch:
7
8
jobs:
9
test_schedule:
0 commit comments