mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-01-30 02:06:39 +00:00
A finished stage can unlock a pending one
This commit is contained in:
@@ -107,6 +107,7 @@ func (q *fifo) Error(c context.Context, id string, err error) error {
|
||||
q.removeFromPending(id)
|
||||
}
|
||||
q.Unlock()
|
||||
go q.process()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user