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 = [