From 85d85d17b70c501a1d12931bf6b8671373ca31ef Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 16 Dec 2020 11:00:03 +0100 Subject: [PATCH] fix docs-only --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 3aee20259..890540559 100644 --- a/.drone.star +++ b/.drone.star @@ -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):