mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00: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