Skip to content

Commit

Permalink
chore: Allow manually triggering Discovery update (#2397)
Browse files Browse the repository at this point in the history
Fix typo in previous PR.
  • Loading branch information
vchudnov-g committed May 10, 2024
1 parent 7f536c8 commit 9aa7088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
# * is a special character in YAML so you have to quote this string
# Run this Github Action every Tuesday at 7 AM UTC
- cron: '0 7 * * 2'
workflow-dispatch:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 9aa7088

Please sign in to comment.