summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-09-29 22:13:17 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-09-29 22:19:29 +0200
commit23e831d4bb81ef2b1ef415bcbd17856fd72d210e (patch)
tree697cdc59f6827da87a1422956da57692f1056f94 /.drone.yml
parenta166379c3f435dc642cd089a5a00111f343b12e0 (diff)
downloadrspamd-23e831d4bb81ef2b1ef415bcbd17856fd72d210e.tar.gz
rspamd-23e831d4bb81ef2b1ef415bcbd17856fd72d210e.zip
[Test] Skip notification on pull requests
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 12 insertions, 7 deletions
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"
}
...