Skip to content

Commit 68907a5

Browse files
authored
Merge pull request #3118 from allanrenucci/drone-notification
Only notify on build failure
2 parents 0bf5fe9 + 8d1f2cb commit 68907a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pipeline:
9797
channel: dotty
9898
secrets: [ slack_webhook ]
9999
when:
100-
status: [ success, failure ]
100+
status: [ failure ]
101101
event: [ push, tag, deployment ]
102102

103103
# CI runs only for the master branch (including PRs)

0 commit comments

Comments
 (0)