diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a7fcf05..9b5f5eef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,12 +4,12 @@ on: workflow_call: inputs: hardware: - type: choice + type: string description: Hardware - options: - - cuda - - rocm - - intel + # options: + # - cuda + # - rocm + # - intel required: true runs_on: type: string