Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter 9304c2e65b test seperate notify pipeline
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-19 14:08:21 +02:00
+2 -2
View File
@@ -120,7 +120,7 @@ def stepMergeMaster(arch, path):
}
},
],
"depends_on": [],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/heads/master",
@@ -159,7 +159,7 @@ def stepBuildWeekly(arch, path):
}
},
],
"depends_on": [],
"depends_on": ["matrix-notifications"],
"trigger": {
"ref": [
"refs/heads/master",