Skip to content

Commit 9b03228

Browse files
committed
ci: limit non-TS build workspace concurrency
1 parent fce5638 commit 9b03228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
script:
6464
# ----- Build: non-TypeScript projects -----
6565
- name: 'build (non-TS)'
66-
run: pnpm --filter '!*typescript*' build
66+
run: pnpm --filter '!*typescript*' --workspace-concurrency 2 build
6767
# ----- Build: TypeScript projects (sampled) -----
6868
# Covers key tsconfig variations:
6969
# typescript - minimal base case

0 commit comments

Comments
 (0)