[actions] implement 'flag … = skip' (#8960)
This commit is contained in:
@@ -677,6 +677,8 @@ class Flags():
|
||||
|
||||
def process(self, flag):
|
||||
value = self.__dict__[flag]
|
||||
if value is False: # flag was set to "skip"
|
||||
return "skip"
|
||||
self.__dict__[flag] = None
|
||||
|
||||
if value == "abort":
|
||||
|
||||
Reference in New Issue
Block a user