Skip to content

Commit 726d091

Browse files
committed
1
1 parent 9a277e9 commit 726d091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
export PATH=$PWD:$PATH
216216
217217
leeway build dev:all \
218-
--max-concurrent-tasks 16 \
218+
--max-concurrent-tasks 8 \
219219
--docker-build-options network=host \
220220
--cache remote \
221221
-Dversion=$VERSION \
@@ -285,7 +285,7 @@ jobs:
285285
$TEST \
286286
-Dversion=$VERSION \
287287
--docker-build-options network=host \
288-
--max-concurrent-tasks 16 \
288+
--max-concurrent-tasks 8 \
289289
-DlocalAppVersion=$VERSION \
290290
-DpublishToNPM="${PUBLISH_TO_NPM}" \
291291
-DnpmPublishTrigger="${NPM_PUBLISH_TRIGGER}" \

0 commit comments

Comments
 (0)