You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
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 <trask.stalnaker@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8965f1b506
commit
c544bafdb4
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user