Skip to content

Commit 2928114

Browse files
committed
Temporarily disable notification
Issue gh-50
1 parent d8a0253 commit 2928114

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ 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) }}
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)