mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 23:48:46 -06:00
fix skip
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user