From 68452c5c60902d91742780f0570fd5f6acc81775 Mon Sep 17 00:00:00 2001 From: eakmanrq <6326532+eakmanrq@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:43:35 -0700 Subject: [PATCH] chore: allow forks run private repo tests --- .github/workflows/private-repo-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/private-repo-test.yaml b/.github/workflows/private-repo-test.yaml index eaa71885ff..07253f1a00 100644 --- a/.github/workflows/private-repo-test.yaml +++ b/.github/workflows/private-repo-test.yaml @@ -1,7 +1,7 @@ name: Private Repo Testing on: - pull_request: + pull_request_target: branches: - main @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 + ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Set up Python uses: actions/setup-python@v5 with: