Skip to content

Commit 2d3113f

Browse files
committed
Remove failure notification for scheduled releases
1 parent 374cd9a commit 2d3113f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/update-scheduled-release-version.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,3 @@ jobs:
6262
git tag $VERSION
6363
git push
6464
git push origin $VERSION
65-
# - name: Send Notification
66-
# if: failure()
67-
# uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
68-
# with:
69-
# webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
70-
# status: ${{ job.status }}
71-
# build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
72-
# run-name: ${{ format('{0}/{1}', github.repository, github.ref_name) }}

0 commit comments

Comments
 (0)