mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-21 13:29:43 +00:00
Backport #33764 * add missing commit status * conflicts with concurrency support
This commit is contained in:
@@ -55,7 +55,7 @@ func startTasks(ctx context.Context) error {
|
||||
// cancel running jobs if the event is push
|
||||
if row.Schedule.Event == webhook_module.HookEventPush {
|
||||
// cancel running jobs of the same workflow
|
||||
if err := actions_model.CancelPreviousJobs(
|
||||
if err := CancelPreviousJobs(
|
||||
ctx,
|
||||
row.RepoID,
|
||||
row.Schedule.Ref,
|
||||
|
Reference in New Issue
Block a user