Auto merge of #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
This commit is contained in:
bors 2024-04-25 06:16:47 +00:00
commit c69c79d42a

View File

@ -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