From 7bb670c0bc5777d1cb7eaf95ee4b0499f10f4efd Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 15 Apr 2026 10:52:25 +0100 Subject: [PATCH] ci: raise extension boundary compile concurrency --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837032d6f13..cdb6d182ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -888,6 +888,8 @@ jobs: - name: Run extension package boundary TypeScript check id: extension_package_boundary_tsc continue-on-error: true + env: + OPENCLAW_EXTENSION_BOUNDARY_CONCURRENCY: 4 run: pnpm run test:extensions:package-boundary - name: Enforce safe external URL opening policy