mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-30 04:22:54 +09:00
chore: remove Result from task and step
This commit is contained in:
@ -148,7 +148,7 @@ func InsertRun(run *Run, jobs []*jobparser.SingleWorkflow) error {
|
||||
}
|
||||
run.Index = index
|
||||
|
||||
if run.Status == StatusUnknown {
|
||||
if run.Status.IsUnknown() {
|
||||
run.Status = StatusWaiting
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user