Skip to content

Commit

Permalink
Fix cronjob timings back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jun 13, 2024
1 parent 13424b8 commit ff4450b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ on:
- nightly
schedule:
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
- cron: '30 * * * *'
- cron: '0 14 * * * *'
# Run beta slightly later
- cron: '1 * * * *'
- cron: '1 14 * * *'

concurrency:
# Allow one run at a time for PRs, but multiple for other invocations
Expand Down

0 comments on commit ff4450b

Please # to comment.