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

change cronjob time

This way it is again in my morning.
This commit is contained in:
bors 2022-10-27 07:38:19 +00:00
commit d795f7e479

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'