CI: don't run cron-fail-notify when the job just got canceled
Doesn't seem right to prepare a PR in that case
This commit is contained in:
parent
3b5d663135
commit
5d1654a40a
2
src/tools/miri/.github/workflows/ci.yml
vendored
2
src/tools/miri/.github/workflows/ci.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
name: cronjob failure notification
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build, style]
|
||||
if: github.event_name == 'schedule' && (failure() || cancelled())
|
||||
if: github.event_name == 'schedule' && failure()
|
||||
steps:
|
||||
# Send a Zulip notification
|
||||
- name: Install zulip-send
|
||||
|
Loading…
x
Reference in New Issue
Block a user