From c544bafdb45a41c9f37a5d9e6870892cb9f6e170 Mon Sep 17 00:00:00 2001 From: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:57:13 -0700 Subject: [PATCH] Use more specific self-hosted runner name (#6879) This will prevent other `self-hosted` runners from accidentally getting used when we bring them online. See https://github.com/open-telemetry/community/issues/2801 for details. --------- Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Trask Stalnaker --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8a7e787e9..6d6b49aaf 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,7 +13,7 @@ env: jobs: benchmark: name: Benchmarks - runs-on: self-hosted + runs-on: equinix-bare-metal steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0