[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / .github / workflows / lldb-tests.yml
blobef5d7c7d581b7d6310c7b66659908b2a7063acdf
1 name: lldb Tests
3 permissions:
4   contents: read
6 on:
7   workflow_dispatch:
8   push:
9     branches:
10       - 'release/**'
11     paths:
12       - 'lldb/**'
13       - '.github/workflows/lldb-tests.yml'
14       - '.github/workflows/llvm-project-tests.yml'
15       - '!clang/**'
16       - '!llvm/**'
17   pull_request:
18     branches:
19       - 'release/**'
20     paths:
21       - 'lldb/**'
22       - '.github/workflows/lldb-tests.yml'
23       - '.github/workflows/llvm-project-tests.yml'
24       - '!clang/**'
25       - '!llvm/**'
27 concurrency:
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/') }}
33 jobs:
34   build_lldb:
35     if: github.repository_owner == 'llvm'
36     name: Build lldb
37     uses: ./.github/workflows/llvm-project-tests.yml
38     with:
39       build_target: ''
40       projects: clang;lldb