Skip to content

Commit 67f5497

Browse files
committed
Checkout fix
Signed-off-by: Jing Chen <[email protected]>
1 parent 161901e commit 67f5497

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
python-version: ['3.11', '3.12', '3.13']
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
ref: ${{ github.head_ref }}
18-
repository: ${{ github.repository }}
19-
fetch-depth: 0
15+
# - uses: actions/checkout@v4
16+
# with:
17+
# repository: ${{ github.event.pull_request.head.repo.full_name }}
18+
# ref: ${{ github.event.pull_request.head.ref }}
2019

2120
# Detect modified PDL files, includes Add, Modified, but not Deleted
2221
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)