13 - '.github/workflows/clang-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
21 - '.github/workflows/clang-tests.yml'
22 - '.github/workflows/llvm-project-tests.yml'
26 # Skip intermediate builds: always.
27 # Cancel intermediate builds: only if it is a pull request build.
28 group: ${{ github.workflow }}-${{ github.ref }}
29 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
33 if: github.repository_owner == 'llvm'
34 name: Test clang,lldb,libclc
35 uses: ./.github/workflows/llvm-project-tests.yml
37 build_target: check-clang
38 projects: clang;lldb;libclc