Skip to content

Commit e41c479

Browse files
committed
Auto merge of #1915 - RalfJung:cron, r=RalfJung
tweak cron job time 15:00 UTC is 16:00 in Europe and 10:00 on the US East Coast (during winter time, and 1h later during summer time), so a good time in both places to see the email and react quickly. No need to run this in the middle of the night if nobody will fix the problem anyway. Move it 5min past the full hour to avoid what is probably a rush of cronjobs on the full hour.
2 parents 76a3329 + 77095f8 commit e41c479

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
branches:
1111
- 'master'
1212
schedule:
13-
# Use <https://crontab.guru> to conveniently edit cron schedule.
14-
- cron: '0 7 * * *' # At 07:00 UTC every day.
13+
- cron: '5 15 * * *' # At 15:05 UTC every day.
1514

1615
jobs:
1716
build:

0 commit comments

Comments
 (0)