Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
cb1800ee9d 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:07:40 +02:00

View File

@@ -120,7 +120,7 @@ def stepMergeMaster(arch, path):
} }
}, },
], ],
"depends_on": ["matrix-notifications"], "depends_on": [],
"trigger": { "trigger": {
"ref": [ "ref": [
"refs/heads/master", "refs/heads/master",
@@ -159,7 +159,7 @@ def stepBuildWeekly(arch, path):
} }
}, },
], ],
"depends_on": ["matrix-notifications"], "depends_on": [],
"trigger": { "trigger": {
"ref": [ "ref": [
"refs/heads/master", "refs/heads/master",