remove unused skip config

This commit is contained in:
Willy Kloucek
2022-04-08 10:17:52 +02:00
parent b619a72104
commit eed4fefa05

View File

@@ -1850,14 +1850,8 @@ def skipIfUnchanged(ctx, type):
acceptance = [
"^tests/acceptance/.*",
]
go_mod = [
"^go.mod",
"^go.sum",
]
skip = []
if type == "go-mod":
skip = go_mod
if type == "acceptance-tests":
skip = base + unit
if type == "unit-tests":