From 75bc9ed381ab7625b386034235eeb4fe129ba778 Mon Sep 17 00:00:00 2001 From: Egor_P Date: Wed, 11 Jun 2025 12:29:21 +0200 Subject: [PATCH] [Release|CI/CD] Exclude test runtimes from the runtimes build (#8820) (cherry picked from commit 0157f244d0560d439b73a5aedbfe6bed56376a26) --- .github/workflows/release-30_publish_release_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-30_publish_release_draft.yml b/.github/workflows/release-30_publish_release_draft.yml index 8c8e228301592..e45642ec58c89 100644 --- a/.github/workflows/release-30_publish_release_draft.yml +++ b/.github/workflows/release-30_publish_release_draft.yml @@ -43,7 +43,7 @@ jobs: needs: [ validate-inputs ] uses: "./.github/workflows/release-srtool.yml" with: - excluded_runtimes: "asset-hub-rococo bridge-hub-rococo coretime-rococo people-rococo rococo rococo-parachain substrate-test bp cumulus-test kitchensink minimal-template parachain-template penpal polkadot-test seedling shell frame-try sp solochain-template polkadot-sdk-docs-first" + excluded_runtimes: "asset-hub-rococo bridge-hub-rococo coretime-rococo people-rococo rococo rococo-parachain substrate-test bp cumulus-test kitchensink minimal-template parachain-template penpal polkadot-test seedling shell frame-try sp solochain-template polkadot-sdk-docs-first pallet-staking-async-parachain pallet-staking-async-rc frame-storage-access-test yet-another-parachain" build_opts: "--features on-chain-release-build" profile: production permissions: