diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80d1dedd5..d8716b9fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -162,19 +162,19 @@ jobs: WORKFLOW_NAME: ${{ matrix.executable_workflow }} BRANCH_NAME: ${{steps.extract_branch.outputs.branch}} - notify-complete-fail: - if: ${{ failure() || cancelled() }} - needs: [ release, oclif-release, platform-executables-release ] - name: Notify Release Failed - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Slack Notification - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.ALERT_SLACK_WEB_HOOK }} - SLACK_COLOR: "#ff3333" - SLACK_USERNAME: CLI Release Bot - SLACK_ICON_EMOJI: ":ship:" - SLACK_TITLE: "Twilio Cli" - SLACK_MESSAGE: 'CLI Release workflow Failed' +# notify-complete-fail: +# if: ${{ failure() || cancelled() }} +# needs: [ release, oclif-release, platform-executables-release ] +# name: Notify Release Failed +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: Slack Notification +# uses: rtCamp/action-slack-notify@v2 +# env: +# SLACK_WEBHOOK: ${{ secrets.ALERT_SLACK_WEB_HOOK }} +# SLACK_COLOR: "#ff3333" +# SLACK_USERNAME: CLI Release Bot +# SLACK_ICON_EMOJI: ":ship:" +# SLACK_TITLE: "Twilio Cli" +# SLACK_MESSAGE: 'CLI Release workflow Failed'