From 2178b4422405dc3dfaadaa798ac466ef725c16d8 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:33:04 -0700 Subject: [PATCH] ci(bench): schedule bench job only on runners tagged `available` (#23027) Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> --- .github/actionlint.yaml | 1 + .github/workflows/bench.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 7b484ec96b..482341189a 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -5,3 +5,4 @@ self-hosted-runner: - depot-ubuntu-latest-4 - depot-ubuntu-latest-8 - depot-ubuntu-latest-16 + - available diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5630d62178..ad14effba6 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -476,7 +476,7 @@ jobs: reth-bench: needs: reth-bench-ack name: reth-bench - runs-on: [self-hosted, Linux, X64] + runs-on: [self-hosted, Linux, X64, available] timeout-minutes: 120 env: BENCH_RPC_URL: https://ethereum.reth.rs/rpc