mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-13 18:24:36 +00:00
Ignore blocked pipelines for badge rendering (#4582)
This commit is contained in:
@@ -150,7 +150,7 @@ func (_m *Queue) KickAgentWorkers(agentID int64) {
|
||||
_m.Called(agentID)
|
||||
}
|
||||
|
||||
// Pause provides a mock function with given fields:
|
||||
// Pause provides a mock function with no fields
|
||||
func (_m *Queue) Pause() {
|
||||
_m.Called()
|
||||
}
|
||||
@@ -221,7 +221,7 @@ func (_m *Queue) PushAtOnce(c context.Context, tasks []*model.Task) error {
|
||||
return r0
|
||||
}
|
||||
|
||||
// Resume provides a mock function with given fields:
|
||||
// Resume provides a mock function with no fields
|
||||
func (_m *Queue) Resume() {
|
||||
_m.Called()
|
||||
}
|
||||
|
Reference in New Issue
Block a user