Skip to content

Commit 76cc39b

Browse files
ci: remove the Release GHA failure notification, this is handled by the release process now (#6515) (#6523)
(cherry picked from commit 5c4055f) Co-authored-by: Jonathan <jonathan.roques@camunda.com>
1 parent 1488c85 commit 76cc39b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/RELEASE.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -613,20 +613,3 @@ jobs:
613613
needs.bundle-and-build-changelog.result == 'success'
614614
with:
615615
version: ${{ inputs.version }}
616-
617-
notify-failure:
618-
name: Notify on failure
619-
runs-on: ubuntu-latest
620-
needs: [ create-release, setup, maven-release, docker-release, bundle-and-build-changelog, helm-deploy, fossa_release ]
621-
if: failure()
622-
steps:
623-
- name: Send Slack notification on failure
624-
uses: slackapi/slack-github-action@v2.1.1
625-
with:
626-
token: ${{ secrets.CONNECTORS_SLACK_BOT_TOKEN }}
627-
method: chat.postMessage
628-
payload: |
629-
{
630-
"channel": "${{ secrets.CONNECTORS_QA_SLACK_CHANNEL_ID }}",
631-
"text": ":alarm: ${{ secrets.CONNECTORS_RELEASE_MANAGER_SLACK_GROUP_ID }} Release workflow failed for version `${{ inputs.version }}`.\nCheck details: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
632-
}

0 commit comments

Comments
 (0)