From b5992d9f85729cdfb326acbfe61fdc27ce8ab973 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 21 Nov 2018 15:54:03 -0800 Subject: [PATCH] drone only email on fail --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bd9eac4..7adcf77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ pipeline: skip_verify: true from: drone@openprivacy.ca when: - status: [ success, changed, failure ] + status: [ failure ] notify-gogs: image: openpriv/drone-gogs when: