diff --git a/internal/runner/processor.go b/internal/runner/processor.go index 1bc722c82..1ce282ee4 100644 --- a/internal/runner/processor.go +++ b/internal/runner/processor.go @@ -165,7 +165,7 @@ func (r *Runner) processWorkflowWithList(p progress.IProgress, workflow *workflo } for _, variable := range variables { - result = variable.IsFalsy() + result = !variable.IsFalsy() if result { break }