Skip to content

Commit 7387924

Browse files
authored
Merge branch 'main' into feature/flags-for-compare
2 parents 67546aa + e31d412 commit 7387924

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)