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