fix: exclude revive-eth-rpc from clippy and stop VPS2 runner-8

subxt proc-macro in pezpallet-revive-eth-rpc fails to generate
subxt_client module without cached artifacts. Also reduced VPS2 to
single runner to prevent concurrent disk exhaustion.
This commit is contained in:
2026-02-12 05:25:25 +03:00
parent 50a5198ffb
commit 8a22b2a30a
+2 -1
View File
@@ -51,7 +51,8 @@ jobs:
id: required
run: |
git config --global --add safe.directory '*'
cargo clippy --all-targets --all-features --locked --workspace --quiet
cargo clippy --all-targets --all-features --locked --workspace --quiet \
--exclude pezpallet-revive-eth-rpc
check-try-runtime:
runs-on: ${{ needs.preflight.outputs.RUNNER }}