diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-09-30 13:06:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 13:06:29 +0100 |
commit | 0e3808ec7fcdff257ebecd0a7ece31930c763738 (patch) | |
tree | 697cdc59f6827da87a1422956da57692f1056f94 /.drone.yml | |
parent | 5fd59769063fafbe221c63ae7987f76d1eb8921a (diff) | |
parent | 23e831d4bb81ef2b1ef415bcbd17856fd72d210e (diff) | |
download | rspamd-0e3808ec7fcdff257ebecd0a7ece31930c763738.tar.gz rspamd-0e3808ec7fcdff257ebecd0a7ece31930c763738.zip |
Merge pull request #4621 from fatalbanana/ci_improvements
Minor improvements for CI
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml index 365388f5e..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", @@ -462,6 +462,10 @@ "event": [ "push", "tag" + ], + "status": [ + "success", + "failure" ] }, "type": "docker" @@ -501,8 +505,8 @@ "event": [ "push", "tag", - "pull_request", - "custom" + "custom", + "pull_request" ] }, "type": "docker" @@ -536,6 +540,11 @@ } ], "trigger": { + "event": [ + "push", + "tag", + "custom" + ], "status": [ "failure" ] @@ -544,7 +553,7 @@ } --- { - "hmac": "e6516adb52533ad1bfedc9ebca429c73cda213b08314d62195f713bb3588b22f", + "hmac": "3f01ceb14c7dd3ba2f5343fc52216843f72212e1cb25f944c2366d57e78d2b79", "kind": "signature" } ... |