Skip to content

Commit e31d412

Browse files
authored
Fix CI workflow
1 parent eedf6ff commit e31d412

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
33+
with:
34+
ref: ${{ github.event.pull_request.head.sha }}
3335

3436
- name: Set up Python ${{ matrix.python-version }}
3537
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)