Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
df990e3534 test seperate notify pipeline
Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-19 14:10:26 +02:00

View File

@@ -46,7 +46,7 @@ def notify(ctx):
}
},
],
"depends_on": [ "docker-build-motsognir-amd64", "docker-build-webtest-amd64" ],
"depends_on": [],
"trigger": {
"ref": [
"refs/heads/master",
@@ -82,6 +82,7 @@ def stepPR(arch, path):
}
},
],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/pull/**",
@@ -120,6 +121,7 @@ def stepMergeMaster(arch, path):
}
},
],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/heads/master",
@@ -158,6 +160,7 @@ def stepBuildWeekly(arch, path):
}
},
],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/heads/master",