about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-04-17 20:16:53 +0200
committerRalf Jung <post@ralfj.de>2025-04-17 20:16:53 +0200
commite3b01c774953b8174c556b8a96383fe3132db931 (patch)
tree0307c4067848467448cb84762628051b0887e4a8 /src
parent2a94b1c2bfdf242a561b46628053a11d41c98f65 (diff)
downloadrust-e3b01c774953b8174c556b8a96383fe3132db931.tar.gz
rust-e3b01c774953b8174c556b8a96383fe3132db931.zip
remove test trigger fron cron job
Diffstat (limited to 'src')
-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: