Skip to content

Commit b87af3e

Browse files
committed
update
1 parent 3461785 commit b87af3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run_tests_from_a_pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
ref: ${{ github.event.pull_request.head.ref }}
6464
fetch-depth: 0
6565

66+
- name: Debug PR Info
67+
run: |
68+
echo "PR Repository: ${{ github.event.pull_request.head.repo.full_name }}"
69+
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
70+
6671
6772
- name: Install pytest
6873
run: |

0 commit comments

Comments
 (0)