From c3e7937f73242578513938ebd42aacdd9453bb9f Mon Sep 17 00:00:00 2001 From: zeme-wana <15709674+zeme-wana@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:08:51 +0200 Subject: [PATCH] Updates to slack-message-broker.yml (#6258) --- .github/workflows/slake-message-broker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slake-message-broker.yml b/.github/workflows/slake-message-broker.yml index 3aa83224490..0d9556c6aa7 100644 --- a/.github/workflows/slake-message-broker.yml +++ b/.github/workflows/slake-message-broker.yml @@ -19,7 +19,7 @@ on: jobs: Send: runs-on: [ubuntu-latest] - if: contains(fromJson('["success", "failure", "null", "skipped", "cancelled", "action_required", "neutral", "timed_out"]'), github.event.workflow_job.conclusion) + # if: contains(fromJson('["success", "failure", "null", "skipped", "cancelled", "action_required", "neutral", "timed_out"]'), github.event.workflow_job.conclusion) steps: - name: Prepare Slack Message uses: actions/github-script@main