From dd33e89cd309d85ce3640fd908ea08253b4c6c63 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Thu, 8 Feb 2024 19:01:35 -0800 Subject: [PATCH] Check if HEAD is from a fork instead --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a0dae..d9f9287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: TEST_RESULTS_PATH: ${{ github.workspace }}/.vscode-test/test-results.xml - name: Publish test results - continue-on-error: true + if: ${{ ! github.event.pull_request.head.fork }} uses: dorny/test-reporter@v1 with: name: test-results-${{ matrix.os }}-${{ matrix.vscode-channel }}