fix: Build fails if webhook fails
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user