Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
1d5ea8c719 test seperate notify pipeline
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-19 14:13:44 +02:00

View File

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