Skip to content

Commit f3bbb07

Browse files
committed
test: max-parallel 4
1 parent 4335d12 commit f3bbb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-concurrency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# run_id is unique per workflow run, job-index is unique per matrix entry
1010
runs-on: [self-hosted, modal, "job-${{ github.run_id }}-${{ strategy.job-index }}"]
1111
strategy:
12-
max-parallel: 2
12+
max-parallel: 4
1313
matrix:
1414
job: [1, 2, 3, 4, 5]
1515
steps:

0 commit comments

Comments
 (0)