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 812d39a commit 55f81d0Copy full SHA for 55f81d0
.github/workflows/benchmark.yml
@@ -25,7 +25,7 @@ jobs:
25
# If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted
26
# runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway.
27
# If we're running on main, use the OTEL self-hosted runner pool.
28
-
+ #
29
# TODO - temporarily use self-hosted to get shared-worker environment going
30
runs-on: 'self-hosted'
31
# runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }}
0 commit comments