Skip to content

Commit 87c74fb

Browse files
committed
Enable parallel runs
Signed-off-by: Jing Chen <[email protected]>
1 parent d692758 commit 87c74fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
10-
max-parallel: 1
1110
matrix:
1211
python-version: ['3.11', '3.12', '3.13']
1312

1413
steps:
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 }}
19-
2014
# Detect modified PDL files, includes Add, Modified, but not Deleted
2115
- uses: actions/checkout@v4
2216
with:

0 commit comments

Comments
 (0)