Skip to content

Commit 86b2e53

Browse files
committed
CI: Add workflow_dispatch trigger to tests
1 parent 41e6dad commit 86b2e53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
- maint/*
2020
schedule:
2121
- cron: '0 0 * * 1'
22+
# Allow job to be triggered manually from GitHub interface
23+
workflow_dispatch:
2224

2325
defaults:
2426
run:

0 commit comments

Comments
 (0)