From 6edad3d39cc827329912c05a3b61dd724086e26f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:49:21 +0000 Subject: [PATCH 1/2] Initial plan From 5aeef4e28a03948df3590c52cecf3bd74f549880 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:52:53 +0000 Subject: [PATCH 2/2] Skip test report check on fork PRs Co-authored-by: brflood <63075802+brflood@users.noreply.github.com> --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 0e4138389..c5e97e383 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -59,7 +59,7 @@ jobs: - name: Test Report uses: dorny/test-reporter@v1 - if: success() || failure() # run this step even if previous step failed + if: ${{ (success() || failure()) && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} # run when check creation is permitted with: name: DotNet Tests # Name of the check run which will be created path: |