Skip to content

Commit f87e305

Browse files
committed
it runs everywhere; that should be it
1 parent dfe4c16 commit f87e305

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
# If we're running on main, use our oracle bare-metal runner for accuracy.
2727
# If we're running on a PR, use github's shared workers to save resources.
28-
runs-on: "ubuntu-latest"
29-
# runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'oracle-bare-metal-64cpu-512gb-x86-64' }}
28+
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'oracle-bare-metal-64cpu-512gb-x86-64' }}
3029
if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) || github.event_name == 'push' }}
3130
container:
3231
image: rust:slim-bullseye

0 commit comments

Comments
 (0)