Skip to content

Commit 42d593d

Browse files
author
Roman
committed
Checkout PR head instead of merge
1 parent d9c6e16 commit 42d593d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37+
ref: ${{ github.event.pull_request.head.sha }}
3738

3839
- name: Set up Python
3940
uses: actions/setup-python@v5
@@ -151,6 +152,7 @@ jobs:
151152
uses: actions/checkout@v4
152153
with:
153154
fetch-depth: 0
155+
ref: ${{ github.event.pull_request.head.sha }}
154156

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

0 commit comments

Comments
 (0)