Skip to content

Commit 25ce543

Browse files
author
Merlin Rabens
authored
Take short-circuit in if
1 parent 17df829 commit 25ce543

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
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
status: ${{ job.status }}
3030
steps: ${{ toJson(steps) }}
31-
if: env.SLACK_WEBHOOK_URL && failure()
31+
if: failure() && env.SLACK_WEBHOOK_URL

0 commit comments

Comments
 (0)