Skip to content

Commit

Permalink
Merge pull request #3012 from OhBonsai/breaksoon
Browse files Browse the repository at this point in the history
reduce useless cycles
  • Loading branch information
marko-gacesa committed Jul 6, 2021
2 parents 4b7f52a + af6da31 commit 47886d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator/runner/runner.go
Expand Up @@ -222,6 +222,7 @@ func (r *Runner) Run(ctx context.Context, id int64) error {
}
if v.Name == m.Stage.Name {
pipeline = v
break
}
}
if pipeline == nil {
Expand Down

0 comments on commit 47886d4

Please sign in to comment.