Skip to content

Commit

Permalink
Check if HEAD is from a fork instead
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Feb 9, 2024
1 parent 04df7ad commit dd33e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dd33e89

Please sign in to comment.