[mlir][acc] Update LegalizeDataValues pass to allow MappableType (#125134)
[llvm-project.git] / .github / workflows / hlsl-matrix.yaml
blobc63a32acd2b3e0479b730c2dcf503f2cf96b2267
1 name: HLSL Tests
3 permissions:
4   contents: read
6 on:
7   workflow_dispatch:
8   pull_request:
9     branches:
10       - main
11     paths:
12       - llvm/**/DirectX/**
13       - .github/workflows/hlsl*
14       - clang/*HLSL*/**/*
15       - clang/**/*HLSL*
16       - llvm/**/Frontend/HLSL/**/*
18 jobs:
19   HLSL-Tests:
20     strategy:
21       fail-fast: false
22       matrix:
23         runs-on:
24           - hlsl-macos
26     uses: ./.github/workflows/hlsl-test-all.yaml
27     with:
28       SKU: hlsl-macos
29       TestTarget: check-hlsl-clang-mtl # TODO: This target changes based on SKU
30       LLVM-ref: ${{ github.ref }}