Skip to content

Commit 9aa7088

Browse files
authored
chore: Allow manually triggering Discovery update (#2397)
Fix typo in previous PR.
1 parent 7f536c8 commit 9aa7088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
# * is a special character in YAML so you have to quote this string
2121
# Run this Github Action every Tuesday at 7 AM UTC
2222
- cron: '0 7 * * 2'
23-
workflow-dispatch:
23+
workflow_dispatch:
2424

2525
jobs:
2626
build:

0 commit comments

Comments
 (0)