fix docs-only

This commit is contained in:
Willy Kloucek
2020-12-16 11:00:03 +01:00
parent 461afd4d57
commit 85d85d17b7

View File

@@ -207,7 +207,7 @@ def main(ctx):
or \
(ctx.build.event != "pull" and '[docs-only]' in (ctx.build.title + ctx.build.message)):
# [docs-only] is not taken from PR messages, but from commit messages
pipelines = docs(ctx)
pipelines = [docs(ctx)]
else:
if '[with-benchmarks]' in (ctx.build.title + ctx.build.message):