From d94012a9383595dadaedfa52e6b594ccf45d2b5b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 06:48:18 +0100 Subject: [PATCH] ci: serialize ClawHub plugin publishes --- .github/workflows/plugin-clawhub-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plugin-clawhub-release.yml b/.github/workflows/plugin-clawhub-release.yml index 42162df413b..9a3892060dc 100644 --- a/.github/workflows/plugin-clawhub-release.yml +++ b/.github/workflows/plugin-clawhub-release.yml @@ -27,7 +27,7 @@ env: CLAWHUB_REGISTRY: "https://clawhub.ai" CLAWHUB_REPOSITORY: "openclaw/clawhub" # Pinned to a reviewed ClawHub commit so release behavior stays reproducible. - CLAWHUB_REF: "0c705e159fbb0d659e4752d5936374bf6e6b5069" + CLAWHUB_REF: "48e66714ac2352d52b193a90ae911cd92463c20a" jobs: preview_plugins_clawhub: @@ -145,6 +145,7 @@ jobs: contents: read strategy: fail-fast: false + max-parallel: 1 matrix: plugin: ${{ fromJson(needs.preview_plugins_clawhub.outputs.matrix) }} steps: