Merge pull request #923 from owncloud/fix-nightly

[tests-only] [CI] fix the nightly builds pipelines
This commit is contained in:
Phil Davis
2020-11-23 21:47:45 +05:45
committed by GitHub
+1 -1
View File
@@ -148,7 +148,7 @@ def main(ctx):
notify(ctx),
]
if ctx.build.cron != "":
if ctx.build.event == "cron":
notify_pipelines = notify(ctx)
notify_pipelines['depends_on'] = getTestPipelinesNames(ctx)
pipelines = [ before, notify_pipelines ]