Skip to content

Commit c56cbb8

Browse files
committed
test.yml: Support manual triggers to the CI
1 parent 05edc97 commit c56cbb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
schedule:
1010
- cron: '0 16 * * 5' # Every Friday 4pm
11+
workflow_dispatch:
1112

1213
jobs:
1314
run_test_suite:

0 commit comments

Comments
 (0)