Auto merge of #3073 - RalfJung:cron, r=RalfJung

run the cron job a bit earlier
This commit is contained in:
bors 2023-09-22 05:29:32 +00:00
commit aea1eff871

View File

@ -10,7 +10,7 @@ on:
branches:
- 'master'
schedule:
- cron: '11 5 * * *' # At 5:11 UTC every day.
- cron: '44 4 * * *' # At 4:44 UTC every day.
defaults:
run: