[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / .github / workflows / lld-tests.yml
blobb071affb6725731002ae3ec4bb92bd968043c31c
1 name: LLD Tests
3 on:
4   workflow_dispatch:
5   push:
6     ignore-forks: true
7     branches:
8       - 'release/**'
9     paths:
10       - 'lld/**'
11       - '.github/workflows/lld-tests.yml'
12       - '.github/workflows/llvm-project-tests.yml'
13       - '!llvm/**'
14   pull_request:
15     ignore-forks: true
16     branches:
17       - 'release/**'
18     paths:
19       - 'lld/**'
20       - '.github/workflows/lld-tests.yml'
21       - '.github/workflows/llvm-project-tests.yml'
22       - '!llvm/**'
24 concurrency:
25   # Skip intermediate builds: always.
26   # Cancel intermediate builds: only if it is a pull request build.
27   group: ${{ github.workflow }}-${{ github.ref }}
28   cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
30 jobs:
31   check_lld:
32     if: github.repository_owner == 'llvm'
33     name: Test lld
34     uses: ./.github/workflows/llvm-project-tests.yml
35     with:
36       build_target: check-lld
37       projects: lld