Skip to content

Commit

Permalink
Set type: choice to use options
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Sep 9, 2024
1 parent cb7ddb6 commit d654b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
group:
description: "The GitHub Runners Group to run on."
required: true
type: string
type: choice
options:
- aws-general-8-plus
- aws-g4dn-2xlarge
tests-path:
description: "The path of the tests to run inside `tests`."
required: true
type: string
type: choice
options:
- pytorch/training
- pytorch/inference
Expand Down

0 comments on commit d654b94

Please sign in to comment.