Skip to content

Commit 09e6703

Browse files
committed
refactor: set concurrent to auto
1 parent 5a470ea commit 09e6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Install dependencies
5050
run: npm ci
5151
- name: Lint affected projects
52-
run: npx nx run-many -t lint-multi --concurrency 5 --skipNxCache --parallel=1
52+
run: npx nx run-many -t lint-multi --concurrency auto --skipNxCache --parallel=1

0 commit comments

Comments
 (0)