Skip to content

Commit

Permalink
fix a syntax error in a workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 22, 2023
1 parent 97582a0 commit 6004e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dpz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# run it on every 7 minutes
schedule:
- cron: "*/7 * * * *"
workflow_dispatch:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 6004e09

Please sign in to comment.