From 298a996b7d825488c1e2b2421eed8545926a308e Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 5 Aug 2018 12:05:40 -0500 Subject: [PATCH] drone notify-gogs even on failure --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d912a8d..66ac78c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,5 +39,6 @@ pipeline: image: openpriv/drone-gogs when: event: pull_request + status: [ success, changed, failure ] secrets: [gogs_account_token] gogs_url: https://git.openprivacy.ca