Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter cb1800ee9d test seperate notify pipeline
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-19 14:07:40 +02:00
+2 -2
View File
@@ -46,7 +46,7 @@ def notify(ctx):
}
},
],
"depends_on": ["matrix-notifications"],
"depends_on": [],
"trigger": {
"ref": [
"refs/heads/master",
@@ -81,7 +81,7 @@ def stepPR(arch, path):
}
},
],
"depends_on": [],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/pull/**",