We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173ad42 commit 78c7471Copy full SHA for 78c7471
.github/workflows/ssh-runner.yml
@@ -4,8 +4,12 @@ on:
4
workflow_dispatch:
5
inputs:
6
runner_type:
7
- 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)'
8
+ type: choice
9
required: true
10
+ options:
11
+ - aws-g6-4xlarge-plus
12
+ - aws-g4dn-2xlarge
13
docker_image:
14
description: 'Name of the Docker image'
15
0 commit comments