14 - '.github/workflows/clang-tests.yml'
15 - '.github/workflows/llvm-project-tests.yml'
23 - '.github/workflows/clang-tests.yml'
24 - '.github/workflows/llvm-project-tests.yml'
28 # Skip intermediate builds: always.
29 # Cancel intermediate builds: only if it is a pull request build.
30 group: ${{ github.workflow }}-${{ github.ref }}
31 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
35 if: github.repository_owner == 'llvm'
36 name: Test clang,lldb,libclc
37 uses: ./.github/workflows/llvm-project-tests.yml
39 build_target: check-clang
40 projects: clang;lldb;libclc