From 1781fcc73ea5e00c4964bd754cd4107782e6765f Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 3 Nov 2021 08:15:37 +0100 Subject: [PATCH] fix skip --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 72459eae17..06fd9d79a4 100644 --- a/.drone.star +++ b/.drone.star @@ -1550,7 +1550,7 @@ def build(): ] def skipIfUnchanged(ctx, type): - if "full-ci" in ctx.build.title.lower(): + if ("full-ci" in ctx.build.title.lower() or ctx.build.event == "tag" or ctx.build.event == "cron"): return [] base = [