Skip to content

Commit 18e8718

Browse files
authored
Update pr_criterion.yaml: use bare-metal runners
1 parent 1bce83f commit 18e8718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_criterion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: run benchmark
66
permissions:
77
pull-requests: write
8-
runs-on: ubuntu-latest
8+
runs-on: self-hosted
99
if: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }}
1010
steps:
1111
- uses: actions/checkout@v4
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
cwd: opentelemetry-sdk
3030
features: rt-tokio,testing,metrics,logs,spec_unstable_metrics_views
31-
branchName: ${{ github.base_ref }}
31+
branchName: ${{ github.base_ref }}

0 commit comments

Comments
 (0)