We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e6dad commit 86b2e53Copy full SHA for 86b2e53
.github/workflows/test.yml
@@ -19,6 +19,8 @@ on:
19
- maint/*
20
schedule:
21
- cron: '0 0 * * 1'
22
+ # Allow job to be triggered manually from GitHub interface
23
+ workflow_dispatch:
24
25
defaults:
26
run:
0 commit comments