Skip to content

Commit 6658c66

Browse files
Checkout pull request branch
1 parent 62ceab8 commit 6658c66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/smoketest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
python-version: '3.11'
3232

3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v5
35+
with:
36+
ref: ${{ github.head_ref }}
3537

3638
- name: Setup Python venv
3739
run: |

0 commit comments

Comments
 (0)