]> git.lizzy.rs Git - rust.git/commitdiff
change cronjob time
authorRalf Jung <post@ralfj.de>
Thu, 27 Oct 2022 07:36:40 +0000 (09:36 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 27 Oct 2022 07:36:40 +0000 (09:36 +0200)
src/tools/miri/.github/workflows/ci.yml

index 78e0865f1c02072fe93b368d8a712454c2a2e480..3efb2d733d426a8627f8b916983e11de2051f29b 100644 (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'