Skip to content

Commit bb59bfe

Browse files
committed
Force single thread while deploying artifacts
Signed-off-by: Marvin Froeder <[email protected]>
1 parent a45be66 commit bb59bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
run: |
9494
cp .github/files/settings.xml ~/.m2/settings.xml
9595
echo -e "$GPG_KEY" | gpg --batch --no-tty --import --yes
96-
./mvnw -ntp -nsu -P release -pl -:feign-benchmark -DskipTests=true deploy
96+
./mvnw -ntp -nsu -P release -pl -:feign-benchmark -DskipTests=true deploy -T1

0 commit comments

Comments
 (0)