There was an error while loading. Please reload this page.
1 parent 0b0a530 commit e7971d7Copy full SHA for e7971d7
1 file changed
.github/workflows/e2e_tests.yaml
@@ -18,9 +18,8 @@ jobs:
18
19
# On PR_TARGET → the PR head *commit* (reproducible).
20
# On push → the pushed commit that triggered the workflow.
21
- ref: ${{ github.event.pull_request.head.sha || github.sha }}
+ ref: ${{ github.event.pull_request.head.ref || github.sha }}
22
23
- fetch-depth: 0
24
# Don’t keep credentials when running untrusted PR code under PR_TARGET.
25
persist-credentials: ${{ github.event_name != 'pull_request_target' }}
26
0 commit comments