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.
1 parent 17df829 commit 25ce543Copy full SHA for 25ce543
.github/workflows/ci.yml
@@ -28,4 +28,4 @@ jobs:
28
with:
29
status: ${{ job.status }}
30
steps: ${{ toJson(steps) }}
31
- if: env.SLACK_WEBHOOK_URL && failure()
+ if: failure() && env.SLACK_WEBHOOK_URL
0 commit comments