about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-04-17 18:44:09 +0000
committerGitHub <noreply@github.com>2025-04-17 18:44:09 +0000
commit765d4b29af1830e41862d966d2f37f0807baac06 (patch)
treefb192681a4b0b45d885cb75ac237f4c036a9d33f
parent817e72521f6a87a043475c7cd3e4d6883ed7552d (diff)
parente3b01c774953b8174c556b8a96383fe3132db931 (diff)
downloadrust-765d4b29af1830e41862d966d2f37f0807baac06.tar.gz
rust-765d4b29af1830e41862d966d2f37f0807baac06.zip
Merge pull request #4278 from RalfJung/cron-test-done
remove test trigger fron cron job
-rw-r--r--src/tools/miri/.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 86815fc60fb..bd6d51530a9 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
     branches:
       - 'master'
   schedule:
-    - cron: '44 4,17 * * *' # At 4:44 UTC every day.
+    - cron: '44 4 * * *' # At 4:44 UTC every day.
 
 defaults:
   run: