diff --git a/.github/workflows/ssh-runner.yml b/.github/workflows/ssh-runner.yml index cf32dec6b2d3..0d4fe1578ba6 100644 --- a/.github/workflows/ssh-runner.yml +++ b/.github/workflows/ssh-runner.yml @@ -4,8 +4,12 @@ on: workflow_dispatch: inputs: runner_type: - description: 'Type of runner to test (a10 or t4)' + description: 'Type of runner to test (aws-g6-4xlarge-plus: a10 or aws-g4dn-2xlarge: t4)' + type: choice required: true + options: + - aws-g6-4xlarge-plus + - aws-g4dn-2xlarge docker_image: description: 'Name of the Docker image' required: true