From cdc8fee4a62dc37107a018aa30f84a51e59d604e Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Wed, 4 Dec 2024 06:31:00 +0000 Subject: [PATCH] Don't fail compare CI with insufficient permissions to comment --- .github/workflows/ci-build-site.yml | 1 + 1 file changed, 1 insertion(+) 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 }}