mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
A finished stage can unlock a pending one
This commit is contained in:
parent
be94151c0e
commit
788973d0d1
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ func (q *fifo) Error(c context.Context, id string, err error) error {
|
||||||
q.removeFromPending(id)
|
q.removeFromPending(id)
|
||||||
}
|
}
|
||||||
q.Unlock()
|
q.Unlock()
|
||||||
|
go q.process()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue