diff options
| author | Ralf Jung <post@ralfj.de> | 2025-04-17 16:12:42 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-04-17 16:14:19 +0200 |
| commit | 8c9a9a77164ae3621a4bc7710670a8a49b0a9e66 (patch) | |
| tree | 4bfc5ca9dd9118810c25e67b647286b6352e6574 | |
| parent | 9cd4757f5983c50bbd2191850c4fbc542c42a103 (diff) | |
| download | rust-8c9a9a77164ae3621a4bc7710670a8a49b0a9e66.tar.gz rust-8c9a9a77164ae3621a4bc7710670a8a49b0a9e66.zip | |
for testing, run the CI job an extra time today
| -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 bd6d51530a9..86815fc60fb 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 * * *' # At 4:44 UTC every day. + - cron: '44 4,17 * * *' # At 4:44 UTC every day. defaults: run: |
