File tree Expand file tree Collapse file tree 3 files changed +26
-15
lines changed
llvm-spirv/.github/workflows Expand file tree Collapse file tree 3 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 13
13
branches :
14
14
- master
15
15
- llvm_release_*
16
- paths-ignore : # no need to check formatting for documentation and tests
17
- - ' docs/**'
18
- - ' test/**'
16
+ paths-ignore : # no need to check formatting for:
17
+ - ' docs/**' # documentation
18
+ - ' test/**' # tests
19
+ - ' **.md' # README
20
+ - ' **.txt' # CMakeLists.txt
21
+ - ' **/check-**-build.xml' # Other workflows
19
22
20
23
env :
21
24
# We need compile command database in order to perform clang-tidy check. So,
Original file line number Diff line number Diff line change 11
11
branches :
12
12
- master
13
13
- llvm_release_*
14
- paths-ignore : # no need to check build for documentation changes
15
- - ' docs/**'
16
- - ' **.md'
14
+ paths-ignore : # no need to check build for:
15
+ - ' docs/**' # documentation
16
+ - ' **.md' # README
17
+ - ' **/check-code-style.xml' # check-code-style workflow
18
+ - ' **/check-out-of-tree-build.xml' # check-out-of-tree-build workflow
17
19
pull_request :
18
20
branches :
19
21
- master
20
22
- llvm_release_*
21
- paths-ignore : # no need to check build for documentation changes
22
- - ' docs/**'
23
- - ' **.md'
23
+ paths-ignore : # no need to check build for:
24
+ - ' docs/**' # documentation
25
+ - ' **.md' # README
26
+ - ' **/check-code-style.xml' # check-code-style workflow
27
+ - ' **/check-out-of-tree-build.xml' # check-out-of-tree-build workflow
24
28
schedule :
25
29
# Ideally, we might want to simplify our regular nightly build as we
26
30
# probably don't need every configuration to be built every day: most of
Original file line number Diff line number Diff line change 11
11
branches :
12
12
- master
13
13
- llvm_release_*
14
- paths-ignore : # no need to check build for documentation changes
15
- - ' docs/**'
16
- - ' **.md'
14
+ paths-ignore : # no need to check build for:
15
+ - ' docs/**' # documentation
16
+ - ' **.md' # README
17
+ - ' **/check-code-style.xml' # check-code-style workflow
18
+ - ' **/check-in-tree-build.xml' # check-in-tree-build workflow
17
19
pull_request :
18
20
branches :
19
21
- master
20
22
- llvm_release_*
21
- paths-ignore : # no need to check build for documentation changes
22
- - ' docs/**'
23
- - ' **.md'
23
+ paths-ignore : # no need to check build for:
24
+ - ' docs/**' # documentation
25
+ - ' **.md' # README
26
+ - ' **/check-code-style.xml' # check-code-style workflow
27
+ - ' **/check-in-tree-build.xml' # check-in-tree-build workflow
24
28
schedule :
25
29
- cron : 0 0 * * *
26
30
You can’t perform that action at this time.
0 commit comments