| # This workflow will test the llvm-project-tests workflow in PRs |
| # targetting the main branch. Since this workflow doesn't normally |
| # run on main PRs, we need some way to test it to ensure new updates |
| - '.github/workflows/llvm-project-tests.yml' |
| - '.github/workflows/llvm-project-workflow-tests.yml' |
| # Skip intermediate builds: always. |
| # Cancel intermediate builds: only if it is a pull request build. |
| group: ${{ github.workflow }}-${{ github.ref }} |
| cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} |
| if: github.repository_owner == 'llvm' |
| uses: ./.github/workflows/llvm-project-tests.yml |
| projects: clang;lld;libclc;lldb |