1 # This workflow will test the llvm-project-tests workflow in PRs
2 # targetting the main branch. Since this workflow doesn't normally
3 # run on main PRs, we need some way to test it to ensure new updates
6 name: LLVM Workflow Test
16 - '.github/workflows/llvm-project-tests.yml'
17 - '.github/workflows/llvm-project-workflow-tests.yml'
20 # Skip intermediate builds: always.
21 # Cancel intermediate builds: only if it is a pull request build.
22 group: ${{ github.workflow }}-${{ github.ref }}
23 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
27 if: github.repository_owner == 'llvm'
29 uses: ./.github/workflows/llvm-project-tests.yml
31 build_target: check-all
32 projects: clang;lld;libclc;lldb