diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index 8027f79..ba4835b 100644 --- a/pkg/runner/run_context.go +++ b/pkg/runner/run_context.go @@ -697,6 +697,7 @@ func (rc *RunContext) isEnabled(ctx context.Context) (bool, error) { } if !runJob { + rc.result("skipped") l.WithField("jobResult", "skipped").Debugf("Skipping job '%s' due to '%s'", job.Name, job.If.Value) return false, nil }