From 8bbb2c3f1b66ede7f5fa3bed7e6804d7f06b489a Mon Sep 17 00:00:00 2001 From: Scott Gerring Date: Thu, 27 Mar 2025 17:53:57 +0100 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1c5b5aac7c..14fbab9830 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -22,7 +22,8 @@ jobs: # If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted # runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway. # If we're running on main, use the OTEL self-hosted runner pool. - runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }} +# runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }} + runs-on: self-hosted if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) || github.event_name == 'push' }} env: # For PRs, compare against the base branch - e.g., 'main'.