diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index ec8ab3bf9025..e1f25dd87ac0 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -31,24 +31,25 @@ jobs: strategy: matrix: include: - - category: assets - runtime: statemine - - category: assets - runtime: statemint - - category: assets - runtime: westmint +# TODO:check-parameter - return back +# - category: assets +# runtime: statemine +# - category: assets +# runtime: statemint +# - category: assets +# runtime: westmint - category: bridge-hubs - runtime: bridge-hub-rococo - - category: collectives - runtime: collectives-polkadot - - category: contracts - runtime: contracts-rococo - - category: starters - runtime: seedling - - category: starters - runtime: shell - - category: testing - runtime: rococo-parachain + runtime: bridge-hub-rococo-runtime +# - category: collectives +# runtime: collectives-polkadot +# - category: contracts +# runtime: contracts-rococo +# - category: starters +# runtime: seedling +# - category: starters +# runtime: shell +# - category: testing +# runtime: rococo-parachain steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 with: