We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2971467 commit 8bbb2c3Copy full SHA for 8bbb2c3
.github/workflows/benchmark.yml
@@ -22,7 +22,8 @@ jobs:
22
# If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted
23
# runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway.
24
# If we're running on main, use the OTEL self-hosted runner pool.
25
- runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }}
+# runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }}
26
+ runs-on: self-hosted
27
if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) || github.event_name == 'push' }}
28
env:
29
# For PRs, compare against the base branch - e.g., 'main'.
0 commit comments