Skip to content

Commit

Permalink
Merge pull request #923 from owncloud/fix-nightly
Browse files Browse the repository at this point in the history
[tests-only] [CI] fix the nightly builds pipelines
  • Loading branch information
phil-davis authored Nov 23, 2020
2 parents bdb04a3 + 6002398 commit edcb61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit edcb61f

Please sign in to comment.