Skip to content

Commit 091ad8e

Browse files
committed
[CI] make runner_type restricted. (#9441)
make runner_type restricted.
1 parent c2d23fb commit 091ad8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ssh-runner.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on:
44
workflow_dispatch:
55
inputs:
66
runner_type:
7-
description: 'Type of runner to test (a10 or t4)'
7+
description: 'Type of runner to test (aws-g6-4xlarge-plus: a10 or aws-g4dn-2xlarge: t4)'
8+
type: choice
89
required: true
10+
options:
11+
- aws-g6-4xlarge-plus
12+
- aws-g4dn-2xlarge
913
docker_image:
1014
description: 'Name of the Docker image'
1115
required: true

0 commit comments

Comments
 (0)