Skip to content

Commit beaee2f

Browse files
committed
fix(ci): prevent alert delivery errors from masking test results
Add continue-on-error to the incident.io alert step so that delivery failures (e.g. "no alerts to resolve" on success runs, transient 5xx, rate limits) don't mark the job as failed when tests actually passed.
1 parent ae24afa commit beaee2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/periodic-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105

106106
- name: Send incident.io alert
107107
if: always()
108+
continue-on-error: true
108109
env:
109110
JOB_STATUS: ${{ job.status }}
110111
DOMAIN: ${{ matrix.e2b-domain }}

0 commit comments

Comments
 (0)