Skip to content

Commit fcbd56d

Browse files
authored
chore: do not break build on comment (#6292)
1 parent b7fc532 commit fcbd56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ jobs:
292292
${{ steps.pr-body.outputs.body }}
293293
294294
- name: Add comment to PR
295+
continue-on-error: true
295296
uses: mshick/add-pr-comment@v2
296297
with:
297298
message: ${{ steps.report.outputs.report }}

0 commit comments

Comments
 (0)