diff --git a/services/actions/notifier_helper.go b/services/actions/notifier_helper.go index a94b9ca147..f917602034 100644 --- a/services/actions/notifier_helper.go +++ b/services/actions/notifier_helper.go @@ -434,18 +434,6 @@ func handleSchedules( Content: dwf.Content, } - // cancel running jobs if the event is push - if run.Event == webhook_module.HookEventPush { - // cancel running jobs of the same workflow - if err := actions_model.CancelRunningJobs( - ctx, - run.RepoID, - run.Ref, - run.WorkflowID, - ); err != nil { - log.Error("CancelRunningJobs: %v", err) - } - } crons = append(crons, run) }