Skip to content

Commit 3e90f4a

Browse files
committed
ci: add continue-on-error to webhook step
Prevents a webhook outage from blocking the Slack notification.
1 parent bd33012 commit 3e90f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-openclaw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
8080
- name: Notify webhook of new release
8181
if: steps.age.outputs.recent == 'true'
82+
continue-on-error: true
8283
env:
8384
WEBHOOK_SECRET: ${{ secrets.KILOCLAW_GITHUB_WEBHOOK_TRIGGER_TOKEN }}
8485
WEBHOOK_URL: ${{ secrets.OPENCLAW_BUMP_WEBHOOK_URL }}

0 commit comments

Comments
 (0)