Skip to content

Commit 8cdfa32

Browse files
authored
Fix cronjob timings back to normal (#5056)
Brings us back to where we were
1 parent 13424b8 commit 8cdfa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
- nightly
2828
schedule:
2929
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
30-
- cron: '30 * * * *'
30+
- cron: '0 14 * * * *'
3131
# Run beta slightly later
32-
- cron: '1 * * * *'
32+
- cron: '1 14 * * *'
3333

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

0 commit comments

Comments
 (0)