change cronjob time

This commit is contained in:
Ralf Jung 2022-10-27 09:36:40 +02:00
parent 859da657d9
commit 50af895ef7

View File

@ -10,7 +10,7 @@ on:
branches:
- 'master'
schedule:
- cron: '5 15 * * *' # At 15:05 UTC every day.
- cron: '6 6 * * *' # At 6:06 UTC every day.
env:
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'