From 9365cdbffa60747404a82062e4b2cb9847491a08 Mon Sep 17 00:00:00 2001 From: Vlada Anicic <115999837+rasa-aadlv@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:27:44 +0100 Subject: [PATCH] Comment slack on faluire --- .github/workflows/release-artifacts.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index a852a5cd..73ed943b 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -136,12 +136,12 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - - name: Notify Slack of unsuccessful release ⛔️ - if: ${{ needs.build_docker_image.result != 'success' || needs.deploy.result != 'success' }} - uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 #v 1.25.0 - with: - # Send notification to #devtribe slack channel - channel-id: "C061J0LGHU0" - slack-message: ":broken_heart: *Rasa SDK* release version `${{ needs.define-release-version.outputs.version }}` has failed! More information can be found ." - env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} + # - name: Notify Slack of unsuccessful release ⛔️ + # if: ${{ needs.build_docker_image.result != 'success' || needs.deploy.result != 'success' }} + # uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 #v 1.25.0 + # with: + # # Send notification to #devtribe slack channel + # channel-id: "C061J0LGHU0" + # slack-message: ":broken_heart: *Rasa SDK* release version `${{ needs.define-release-version.outputs.version }}` has failed! More information can be found ." + # env: + # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}