Skip to content

Commit 889fdeb

Browse files
committed
[optimise] Down over-contend on threads in CI jobs, just use 1x Core Count
1 parent e0630c4 commit 889fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
distribution: temurin
4141
java-version: ${{ env.DEV_JDK }}
4242
cache: 'maven'
43-
- run: mvn -V -B -q -T 2C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
43+
- run: mvn -V -B -q -T 1C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
4444
test:
4545
name: ${{ matrix.os }} Test
4646
strategy:

0 commit comments

Comments
 (0)