10 - 'llvm/lib/Target/SPIRV/**'
11 - 'llvm/test/CodeGen/SPIRV/**'
12 - '.github/workflows/spirv-tests.yml'
15 # Skip intermediate builds: always.
16 # Cancel intermediate builds: only if it is a pull request build.
17 group: ${{ github.workflow }}-${{ github.ref }}
18 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
22 if: github.repository_owner == 'llvm'
24 uses: ./.github/workflows/llvm-project-tests.yml
26 build_target: check-llvm-codegen-spirv
28 extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
29 os_list: '["ubuntu-latest"]'