diff options
| author | Ralf Jung <post@ralfj.de> | 2025-04-17 20:16:53 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-04-17 20:16:53 +0200 |
| commit | e3b01c774953b8174c556b8a96383fe3132db931 (patch) | |
| tree | 0307c4067848467448cb84762628051b0887e4a8 /src | |
| parent | 2a94b1c2bfdf242a561b46628053a11d41c98f65 (diff) | |
| download | rust-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.yml | 2 |
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: |
