Skip to content

Commit b7b1cee

Browse files
authored
Merge branch 'v2' into dependabot/github_actions/actions/setup-go-6
2 parents b5e6d23 + d56a063 commit b7b1cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scheduler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ func (s *scheduler) selectRunJobRequest(run runJobRequest) {
297297
case run.outChan <- ErrJobNotFound:
298298
default:
299299
}
300+
return
300301
}
301302
select {
302303
case <-s.shutdownCtx.Done():

0 commit comments

Comments
 (0)