We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df2923 commit c6fd8a5Copy full SHA for c6fd8a5
terraform_compliance/common/error_handling.py
@@ -70,6 +70,8 @@ def _process(self):
70
self._fail_step(self.step_obj.id)
71
else:
72
self.step_obj.state = Step.State.SKIPPED
73
+ for step in self.step_obj.parent.all_steps:
74
+ step.runable = False
75
return
76
77
if self.no_failure is False:
0 commit comments