Skip to content

Commit d8e8b89

Browse files
committed
CI: don't run cron-fail-notify when the job just got canceled
Doesn't seem right to prepare a PR in that case
1 parent 98f3480 commit d8e8b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)