We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3e1e commit 5e38c46Copy full SHA for 5e38c46
.github/workflows/ssh-runner.yml
@@ -4,12 +4,13 @@ on:
4
workflow_dispatch:
5
inputs:
6
runner_type:
7
- description: 'Type of runner to test (aws-g6-4xlarge-plus: a10 or aws-g4dn-2xlarge: t4)'
+ description: 'Type of runner to test (aws-g6-4xlarge-plus: a10, aws-g4dn-2xlarge: t4, aws-g6e-xlarge-plus: L40)'
8
type: choice
9
required: true
10
options:
11
- aws-g6-4xlarge-plus
12
- aws-g4dn-2xlarge
13
+ - aws-g6e-xlarge-plus
14
docker_image:
15
description: 'Name of the Docker image'
16
0 commit comments