run the cron job a bit earlier

This commit is contained in:
Ralf Jung 2023-09-22 07:28:56 +02:00
parent 5b8695b6bc
commit 838e6a6b78

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: