Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
55687087d5 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:06:27 +02:00

View File

@@ -1,5 +1,7 @@
def main(ctx): def main(ctx):
return [ return [
notify(ctx),
stepPR("amd64", "motsognir"), stepPR("amd64", "motsognir"),
stepPR("arm64", "motsognir"), stepPR("arm64", "motsognir"),
stepMergeMaster("amd64", "motsognir"), stepMergeMaster("amd64", "motsognir"),
@@ -14,7 +16,6 @@ def main(ctx):
stepBuildWeekly("amd64", "webtest"), stepBuildWeekly("amd64", "webtest"),
stepBuildWeekly("arm64", "webtest"), stepBuildWeekly("arm64", "webtest"),
notify(ctx),
] ]
def notify(ctx): def notify(ctx):
@@ -80,7 +81,7 @@ def stepPR(arch, path):
} }
}, },
], ],
"depends_on": ["matrix-notifications"], "depends_on": [],
"trigger": { "trigger": {
"ref": [ "ref": [
"refs/pull/**", "refs/pull/**",