From acf87abb80a8e47c9808337dc5b976de3d6bb3ed Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Mon, 14 Aug 2023 11:47:52 +0200 Subject: [PATCH] Merge pull request #14308 from overleaf/jpa-reduce-ci-concurrency [web] reduce CI concurrency GitOrigin-RevId: f8175f07424186bfd458731a6b62b6a803e93074 --- services/web/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/Makefile b/services/web/Makefile index ebee6e7675..1d1570aaa1 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -485,7 +485,7 @@ typecheck_frontend: npx -p typescript tsc --noEmit lint_in_docker: - $(RUN_LINT_FORMAT) make lint -j --output-sync + $(RUN_LINT_FORMAT) make lint -j2 --output-sync format: format_js format_js: @@ -502,7 +502,7 @@ format_styles_fix: npm run --silent format:styles:fix format_in_docker: - $(RUN_LINT_FORMAT) make format -j --output-sync + $(RUN_LINT_FORMAT) make format -j2 --output-sync # # Build & publish