Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 76568fb

Browse files
ghaaborviktorbenei
authored andcommitted
Notification only for failed builds (#129)
1 parent 941854d commit 76568fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ workflows:
178178
docker_push_with_retry "${DOCKERHUB_IMG_ID}:latest"
179179
fi
180180
- slack@2.1.0:
181-
run_if: .IsCI
181+
run_if: '{{.IsCI | and .IsBuildFailed}}'
182182
inputs:
183183
- webhook_url: $SLACK_WEBHOOK_URL
184184
- channel: $SLACK_CHANNEL

0 commit comments

Comments
 (0)