diff --git a/.github/workflows/e2e-performance.yml b/.github/workflows/e2e-performance.yml index d03cbce4f4..df60d972fd 100644 --- a/.github/workflows/e2e-performance.yml +++ b/.github/workflows/e2e-performance.yml @@ -70,7 +70,9 @@ permissions: read-all jobs: setup: name: Setup - runs-on: linux + runs-on: + - linux + - ${{ inputs.runner_label || 'max1550' }} outputs: suite: ${{ steps.set-matrix.outputs.suite }} mode: ${{ steps.set-matrix.outputs.mode }}