diff --git a/.github/workflows/run_js_test.yml b/.github/workflows/run_js_test.yml index 1db43068534..89bfc890a5a 100644 --- a/.github/workflows/run_js_test.yml +++ b/.github/workflows/run_js_test.yml @@ -63,6 +63,7 @@ jobs: - name: Find Comment uses: peter-evans/find-comment@v3 id: fc + continue-on-error: true with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' @@ -70,6 +71,7 @@ jobs: - name: Create or update comment uses: peter-evans/create-or-update-comment@v4 + continue-on-error: true if: ${{ github.event_name == 'pull_request' }} with: issue-number: ${{ github.event.pull_request.number }}