Skip to content

Commit e1459c9

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36259
2 parents 64eaca4 + f63e84c commit e1459c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
CI: 'true'
3131
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
32-
run: ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 --continue build
32+
run: ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --no-parallel --continue build
3333

3434
- name: Print JVM thread dumps when cancelled
3535
uses: ./.github/actions/print-jvm-thread-dumps

0 commit comments

Comments
 (0)