Skip to content

Commit

Permalink
[CI] enable nightly test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed Nov 20, 2020
1 parent fe85866 commit b33276f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ def main(ctx):
notify(ctx),
]

if '[docs-only]' in (ctx.build.title + ctx.build.message):
if ctx.build.cron != "":
pipelines = before
elif '[docs-only]' in (ctx.build.title + ctx.build.message):
doc_pipelines = docs(ctx)
doc_pipelines['depends_on'] = []

Expand Down

0 comments on commit b33276f

Please sign in to comment.