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: