Skip to content

Commit 3461785

Browse files
committed
correct
1 parent 4bf6f2d commit 3461785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests_from_a_pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
- name: Checkout PR branch
6060
uses: actions/checkout@v4
6161
with:
62-
ref: ${{ github.event.inputs.branch }}
6362
repository: ${{ github.event.pull_request.head.repo.full_name }}
63+
ref: ${{ github.event.pull_request.head.ref }}
64+
fetch-depth: 0
6465

6566

6667
- name: Install pytest

0 commit comments

Comments
 (0)