mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-20 07:34:09 +09:00
refactor: move build status to core package
This commit is contained in:
@ -100,7 +100,7 @@ func (q *queue) signal(ctx context.Context) error {
|
||||
q.Lock()
|
||||
defer q.Unlock()
|
||||
for _, item := range items {
|
||||
if item.Status == bots.StatusRunning {
|
||||
if item.Status == core.StatusRunning {
|
||||
continue
|
||||
}
|
||||
if item.Machine != "" {
|
||||
|
Reference in New Issue
Block a user