mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-30 20:42:54 +09:00
feat: record job needs
This commit is contained in:
@ -15,6 +15,7 @@ const (
|
||||
StatusSkipped // 4, consistent with runnerv1.Result_RESULT_SKIPPED
|
||||
StatusWaiting // 5
|
||||
StatusRunning // 6
|
||||
StatusBlocked // 7
|
||||
)
|
||||
|
||||
// String returns the string name of the Status
|
||||
|
Reference in New Issue
Block a user