about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--submitqueue/runner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/submitqueue/runner.go b/submitqueue/runner.go
index 0a7af6e35c11..2b244e264891 100644
--- a/submitqueue/runner.go
+++ b/submitqueue/runner.go
@@ -142,7 +142,7 @@ func (r *Runner) Trigger(fetchOnly bool) error {
 				if c.Verified == 0 {
 					l.WithField("pendingChangeset", c).Warnf("still waiting for CI feedback in wipSerie, going back to sleep.")
 					// break the loop, take a look at it at the next trigger.
-					break
+					return nil
 				}
 			}