From 23e831d4bb81ef2b1ef415bcbd17856fd72d210e Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 29 Sep 2023 22:13:17 +0200 Subject: [Test] Skip notification on pull requests --- .drone.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 4ec75e663..74231368a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -203,8 +203,8 @@ "event": [ "push", "tag", - "pull_request", - "custom" + "custom", + "pull_request" ] }, "type": "docker", @@ -420,8 +420,8 @@ "event": [ "push", "tag", - "pull_request", - "custom" + "custom", + "pull_request" ] }, "type": "docker", @@ -505,8 +505,8 @@ "event": [ "push", "tag", - "pull_request", - "custom" + "custom", + "pull_request" ] }, "type": "docker" @@ -540,6 +540,11 @@ } ], "trigger": { + "event": [ + "push", + "tag", + "custom" + ], "status": [ "failure" ] @@ -548,7 +553,7 @@ } --- { - "hmac": "0000000000000000000000000000000000000000000000000000000000000000", + "hmac": "3f01ceb14c7dd3ba2f5343fc52216843f72212e1cb25f944c2366d57e78d2b79", "kind": "signature" } ... -- cgit v1.2.3