diff --git a/routers/web/repo/actions/view.go b/routers/web/repo/actions/view.go index b531b75d1c5f2..ca6ac7fc84521 100644 --- a/routers/web/repo/actions/view.go +++ b/routers/web/repo/actions/view.go @@ -773,6 +773,7 @@ func Run(ctx *context_module.Context) { run.RepoID, run.Ref, run.WorkflowID, + run.Event, ); err != nil { log.Error("CancelRunningJobs: %v", err) }