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 }}