From d86d80dbdd5407cbd94dc3c10bb97e1f1d41e6e5 Mon Sep 17 00:00:00 2001 From: amrita Date: Mon, 13 Jun 2022 10:12:46 +0545 Subject: [PATCH] Skip litmus on docs-only title --- .drone.star | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.star b/.drone.star index 2c48200af..0edbac354 100644 --- a/.drone.star +++ b/.drone.star @@ -2453,6 +2453,9 @@ def fixSharedDataPermissions(): def litmus(ctx, storage): pipelines = [] + if ("docs-only" in ctx.build.title.lower()): + return pipelines + if (config["litmus"] == False): return pipelines