diff --git a/.github/workflows/ci-build-site.yml b/.github/workflows/ci-build-site.yml index 01a6519e..2c4bd1ae 100644 --- a/.github/workflows/ci-build-site.yml +++ b/.github/workflows/ci-build-site.yml @@ -277,6 +277,7 @@ jobs: - name: Create or update comment if: github.event_name == 'pull_request' uses: peter-evans/create-or-update-comment@v4 + continue-on-error: true with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}