From 613d509f4eede781694c6f70e6b1385a1fb394f6 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 5 Aug 2026 13:44:02 +0200 Subject: [PATCH] Update pytest-remote-data.yml --- .github/workflows/pytest-remote-data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest-remote-data.yml b/.github/workflows/pytest-remote-data.yml index 9aa72b1514..b82d872062 100644 --- a/.github/workflows/pytest-remote-data.yml +++ b/.github/workflows/pytest-remote-data.yml @@ -72,6 +72,7 @@ jobs: # but what we need is the hypothetical merge commit from the PR: with: ref: "refs/pull/${{ github.event.number }}/merge" + allow-unsafe-pr-checkout: true # see above discussion; manual triggering makes this ok - uses: actions/checkout@v4 if: github.event_name == 'push'