diff --git a/.github/workflows/build-mac.yaml b/.github/workflows/build-mac.yaml index 02d63534..6295c804 100644 --- a/.github/workflows/build-mac.yaml +++ b/.github/workflows/build-mac.yaml @@ -42,6 +42,11 @@ on: required: false type: string default: "kernels-community" + backends: + description: "Comma-separated list of backends to build (e.g. metal)" + required: false + type: string + default: "" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1de24749..b2fa0205 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,6 +42,11 @@ on: required: false type: string default: "kernels-community" + backends: + description: "Comma-separated list of backends to build (e.g. cuda,cpu,rocm)" + required: false + type: string + default: "" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true