From 9ed43c03afd56a6fd1e0d7acbd7d15af8b37829b Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Fri, 1 Oct 2021 18:30:28 +0200 Subject: [PATCH] .drone.yml dont notify on success --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b0a04bc..e3b3924 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,4 +23,4 @@ steps: from_secret: "Notifications_Address_Password" recipients: [ roger@sikorski.cloud ] when: - status: [ success, failure ] \ No newline at end of file + status: [ failure ] \ No newline at end of file