[CI] fix the nightly builds pipelines
This commit is contained in:
committed by
Phil Davis
parent
f42031a4f4
commit
6002398e6b
+1
-1
@@ -198,7 +198,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 ]
|
||||
|
||||
Reference in New Issue
Block a user