There was an error while loading. Please reload this page.
2 parents 9907407 + d48bfec commit cf09ba8Copy full SHA for cf09ba8
1 file changed
.github/workflows/pytest-remote-data.yml
@@ -72,6 +72,7 @@ jobs:
72
# but what we need is the hypothetical merge commit from the PR:
73
with:
74
ref: "refs/pull/${{ github.event.number }}/merge"
75
+ allow-unsafe-pr-checkout: true # see above discussion; manual triggering makes this ok
76
77
- uses: actions/checkout@v4
78
if: github.event_name == 'push'
0 commit comments