Skip to content

Commit 505131b

Browse files
author
l
committed
allow pr_target test runs
1 parent 0bbe0e9 commit 505131b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
if: ${{ github.event.label.name == 'Needs Review' }}
2525
steps:
2626
- name: checkout base branch
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v7
28+
allow-unsafe-pr-checkout: true
29+
with:
30+
ref: ${{ github.event.pull_request.head.sha }}
2831
- name: Get changed files
2932
id: changed-files
3033
uses: tj-actions/changed-files@v47.0.5

0 commit comments

Comments
 (0)