From 133be74b1552375cd390bc9e01a9da7333b95329 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:46:58 +0800 Subject: [PATCH] ci: tune static lane concurrency --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6a316b3d..2a17aa8b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: include: - lane: static command: pnpm run check:ci:static - gate_concurrency: '8' + gate_concurrency: '4' publint_concurrency: '8' coverage_max_workers: '' - lane: lint