Skip to content
Snippets Groups Projects
Unverified Commit cb8f4665 authored by Maksym H's avatar Maksym H Committed by GitHub
Browse files

update runners for cmd and docs (#5938)

Updated runners for CMD and Docs
parent a8ebe9af
No related merge requests found
Pipeline #500077 waiting for manual action with stages
in 32 minutes and 54 seconds
......@@ -231,9 +231,9 @@ jobs:
fi
if [[ $BODY == "/cmd bench"* ]]; then
echo "RUNNER=arc-runners-polkadot-sdk-benchmark" >> $GITHUB_OUTPUT
echo "RUNNER=parity-weights" >> $GITHUB_OUTPUT
elif [[ $BODY == "/cmd update-ui"* ]]; then
echo "RUNNER=arc-runners-polkadot-sdk-beefy" >> $GITHUB_OUTPUT
echo "RUNNER=parity-large" >> $GITHUB_OUTPUT
else
echo "RUNNER=ubuntu-latest" >> $GITHUB_OUTPUT
fi
......
......@@ -29,7 +29,7 @@ jobs:
env:
SKIP_WASM_BUILD: 1
test-doc:
runs-on: arc-runners-polkadot-sdk-beefy
runs-on: ${{ needs.preflight.outputs.RUNNER }}
needs: [preflight]
container:
image: ${{ needs.preflight.outputs.IMAGE }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment