Skip to content

Commit c69c79d

Browse files
committed
Auto merge of rust-lang#3505 - RalfJung:ci, r=RalfJung
CI: don't run cron-fail-notify when the job just got canceled Doesn't seem right to prepare a PR in that case
2 parents 246ba3b + 5d1654a commit c69c79d

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+1
-1
lines changed

src/tools/miri/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
name: cronjob failure notification
166166
runs-on: ubuntu-latest
167167
needs: [build, style]
168-
if: github.event_name == 'schedule' && (failure() || cancelled())
168+
if: github.event_name == 'schedule' && failure()
169169
steps:
170170
# Send a Zulip notification
171171
- name: Install zulip-send

0 commit comments

Comments
 (0)