fix: Build fails if webhook fails

This commit is contained in:
2025-12-21 16:19:24 +01:00
parent e0de3bb4b5
commit 9798363981

View File

@@ -109,7 +109,7 @@ jobs:
- name: Call webhook - name: Call webhook
if: inputs.webhook_url != '' if: inputs.webhook_url != ''
run: | run: |
curl ${{ inputs.webhook_url }} curl ${{ inputs.webhook_url }} || true
- name: Notify build status - name: Notify build status
if: failure() if: failure()