Skip to content

Commit

Permalink
[ci] Run subsystem-benchmarks on large runners (#5860)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Sep 30, 2024
1 parent 05b5fb2 commit ea7663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subsystem-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
timeout-minutes: 80
needs: [preflight]
runs-on: ${{ needs.preflight.outputs.RUNNER_BENCHMARK }}
runs-on: ${{ needs.preflight.outputs.RUNNER }}
container:
image: ${{ needs.preflight.outputs.IMAGE }}
strategy:
Expand Down

0 comments on commit ea7663e

Please sign in to comment.