mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-21 23:11:40 +00:00
Backport #33764 * add missing commit status * conflicts with concurrency support
This commit is contained in:
@@ -903,7 +903,7 @@ func Run(ctx *context_module.Context) {
|
||||
}
|
||||
|
||||
// cancel running jobs of the same workflow
|
||||
if err := actions_model.CancelPreviousJobs(
|
||||
if err := actions_service.CancelPreviousJobs(
|
||||
ctx,
|
||||
run.RepoID,
|
||||
run.Ref,
|
||||
|
Reference in New Issue
Block a user