We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246ba3b + 5d1654a commit c69c79dCopy full SHA for c69c79d
src/tools/miri/.github/workflows/ci.yml
@@ -165,7 +165,7 @@ jobs:
165
name: cronjob failure notification
166
runs-on: ubuntu-latest
167
needs: [build, style]
168
- if: github.event_name == 'schedule' && (failure() || cancelled())
+ if: github.event_name == 'schedule' && failure()
169
steps:
170
# Send a Zulip notification
171
- name: Install zulip-send
0 commit comments