Skip to content

Commit

Permalink
Remove failure notification for scheduled releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Aug 21, 2024
1 parent 374cd9a commit 2d3113f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-scheduled-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

0 comments on commit 2d3113f

Please sign in to comment.