1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

chore(dep): upgrade proto-go

This commit is contained in:
Bo-Yi Wu
2022-10-13 16:52:43 +08:00
committed by Jason Song
parent 7be1d90a5a
commit e68295fb7c
3 changed files with 4 additions and 8 deletions

View File

@@ -125,11 +125,7 @@ func InsertRun(run *Run, jobs []*jobparser.SingleWorkflow) error {
return err
}
if err := commiter.Commit(); err != nil {
return err
}
return nil
return commiter.Commit()
}
// ErrRunNotExist represents an error for bot run not exist