1 parent 7862674 commit debad97Copy full SHA for debad97
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
28
with:
29
persist-credentials: false
30
+ # Scientific PR evidence must describe the submitted head itself.
31
+ # The reusable pilot separately exercises GitHub's synthetic merge ref.
32
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
33
- name: Set up Python ${{ matrix.python-version }}
34
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
35
0 commit comments