From 2d3113f3d7448a1e8448470c6fe5a9b448baa2f1 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:01:42 -0500 Subject: [PATCH] Remove failure notification for scheduled releases --- .github/workflows/update-scheduled-release-version.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/update-scheduled-release-version.yml b/.github/workflows/update-scheduled-release-version.yml index 84a13d9..b2e5faf 100644 --- a/.github/workflows/update-scheduled-release-version.yml +++ b/.github/workflows/update-scheduled-release-version.yml @@ -62,11 +62,3 @@ jobs: git tag $VERSION git push git push origin $VERSION -# - name: Send Notification -# if: failure() -# uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1 -# with: -# webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }} -# status: ${{ job.status }} -# build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }} -# run-name: ${{ format('{0}/{1}', github.repository, github.ref_name) }}