We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b381ce3 commit 79ad288Copy full SHA for 79ad288
.github/workflows/build-and-deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- name: Send Notification
38
uses: spring-io/spring-security-release-tools/.github/actions/send-notification@v1
39
- if: always()
+ if: ${{ failure() || cancelled() }}
40
with:
41
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
42
status: ${{ job.status }}
0 commit comments