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 7f536c8 commit 9aa7088Copy full SHA for 9aa7088
.github/workflows/main.yml
@@ -20,7 +20,7 @@ on:
20
# * is a special character in YAML so you have to quote this string
21
# Run this Github Action every Tuesday at 7 AM UTC
22
- cron: '0 7 * * 2'
23
- workflow-dispatch:
+ workflow_dispatch:
24
25
jobs:
26
build:
0 commit comments