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,