Merge pull request #1113 from owncloud/fix_docs_only

[docs-only] [CI only] fix docs-only pipelines
This commit is contained in:
Willy Kloucek authored and GitHub committed 2020-12-16 11:17:50 +01:00
commit c87fde3c75
1 file changed
+1 -1
+1 -1
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):