diff --git a/.github/workflows/identity.yml b/.github/workflows/identity.yml index 1b444cc9e6c..8c0f7a97169 100644 --- a/.github/workflows/identity.yml +++ b/.github/workflows/identity.yml @@ -363,22 +363,3 @@ jobs: git_sha=${{ github.sha }} cache-from: type=gha,scope=identity-service cache-to: type=gha,scope=identity-service,mode=max - - - name: Alert Slack on failure - if: failure() && env.SLACK_DAILY_DEPLOY_WEBHOOK != '' - env: - SLACK_DAILY_DEPLOY_WEBHOOK: ${{ secrets.SLACK_DAILY_DEPLOY_WEBHOOK }} - JOB_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - run: | - json_content=$(cat <" } - } - ]} - EOF - ) - curl -f -X POST -H 'Content-type: application/json' \ - --data "$json_content" \ - "$SLACK_DAILY_DEPLOY_WEBHOOK"