From fe23a1d0da23d956388fdd3401f9087e1c991123 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Wed, 14 May 2025 20:17:51 +0200 Subject: [PATCH] ... --- services/actions/notifier_helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/actions/notifier_helper.go b/services/actions/notifier_helper.go index d58229728a..393bc05486 100644 --- a/services/actions/notifier_helper.go +++ b/services/actions/notifier_helper.go @@ -269,7 +269,7 @@ func skipWorkflows(ctx context.Context, input *notifyInput, commit *git.Commit) if wrun.WorkflowRun.Event != "workflow_run" { return false } - r, _ := actions_model.GetRunByID(ctx, wrun.WorkflowRun.ID) + r, _ := actions_model.GetRunByRepoAndID(ctx, wrun.WorkflowRun.ID, wrun.WorkflowRun.Repository.ID) var err error wrun, err = r.GetWorkflowRunEventPayload() if err != nil {