Skip to content

Commit d37f6bd

Browse files
Use more specific self-hosted runner name (#7399)
Co-authored-by: otelbot <[email protected]>
1 parent e25b776 commit d37f6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write # for git push to benchmarks branch
1313
name: Benchmark SDK
14-
runs-on: self-hosted
14+
runs-on: github-benchmark-runner
1515
timeout-minutes: 10
1616
strategy:
1717
fail-fast: false

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write # for git push to benchmarks branch
1515
name: Benchmark SDK
16-
runs-on: self-hosted
16+
runs-on: github-benchmark-runner
1717
timeout-minutes: 10
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)