This commit is contained in:
Willy Kloucek
2021-11-03 08:15:37 +01:00
parent 6b727459c4
commit 1781fcc73e

View File

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