"src/vscode:/vscode.git/clone" did not exist on "2d8d82f93e95b238ef2f5dc617ebc9f0786f9efb"
Unverified Commit 2171f77a authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[CI] make runner_type restricted. (#9441)

make runner_type restricted.
parent 2454b98a
...@@ -4,8 +4,12 @@ on: ...@@ -4,8 +4,12 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
runner_type: 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 required: true
options:
- aws-g6-4xlarge-plus
- aws-g4dn-2xlarge
docker_image: docker_image:
description: 'Name of the Docker image' description: 'Name of the Docker image'
required: true required: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment