File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222 # If we're running on a PR, use ubuntu-latest - a shared runner. We can't use the self-hosted
2323 # runners on arbitrary PRs, and we don't want to unleash that load on the pool anyway.
2424 # 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' }}
25+
26+ # TODO - temporarily move main to the shared workers, until we've resolved the instance setup issue
27+ # runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'self-hosted' }}
28+ runs-on : ' ubuntu-latest'
2629 if : ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) || github.event_name == 'push' }}
2730 env :
2831 # For PRs, compare against the base branch - e.g., 'main'.
You can’t perform that action at this time.
0 commit comments