Skip to content

Commit

Permalink
Fix cron expression #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoBektesevic committed Feb 17, 2022
1 parent 1378aa5 commit c878a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test current stable Python releases"

on:
schedule:
- cron: "0 30 15 ? * MON *"
- cron: "30 15 * * MON"

jobs:
main:
Expand Down

0 comments on commit c878a44

Please sign in to comment.