From 392baec50b3e6fe2a33025ea72fa43b0d48898b0 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Mon, 17 Mar 2025 20:18:12 +0100 Subject: [PATCH] remove dead code --- services/actions/notifier.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/actions/notifier.go b/services/actions/notifier.go index f708bb8043..e0462542f2 100644 --- a/services/actions/notifier.go +++ b/services/actions/notifier.go @@ -780,7 +780,6 @@ func (n *actionsNotifier) WorkflowRunStatusUpdate(ctx context.Context, repo *rep return } - run.Status.IsBlocked() newNotifyInput(repo, sender, webhook_module.HookEventWorkflowRun).WithPayload(&api.WorkflowRunPayload{ Action: status, Workflow: nil,