Skip to content

Commit

Permalink
Fix cronjob syntax (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Jun 14, 2024
1 parent 8cdfa32 commit 3f5464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- nightly
schedule:
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
- cron: '0 14 * * * *'
- cron: '0 14 * * *'
# Run beta slightly later
- cron: '1 14 * * *'

Expand Down

0 comments on commit 3f5464f

Please sign in to comment.