From 8d1f2cb487ae3173b41187708890a9927106d654 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Wed, 13 Sep 2017 17:42:22 +0200 Subject: [PATCH] Only notify on build failure --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index de1ae41a7b82..ebeb5c739d82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -97,7 +97,7 @@ pipeline: channel: dotty secrets: [ slack_webhook ] when: - status: [ success, failure ] + status: [ failure ] event: [ push, tag, deployment ] # CI runs only for the master branch (including PRs)