[CI] Disable maven threads on ci-pr

This commit is contained in:
Chris Bono
2024-11-07 15:42:06 -06:00
committed by GitHub
parent 58f484b19f
commit 16661117f2

View File

@@ -6,7 +6,7 @@ on:
env:
MAIN_PATH: 'build-dir'
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_THREADS: 'true'
MAVEN_THREADS: 'false'
jobs:
build:
if: github.repository == 'spring-cloud/stream-applications'