File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55trigger : none
66
7+ # To reduce the load on the pipeline, enable it only for PRs that affect Mono LLVM related code.
8+ pr :
9+ branches :
10+ include :
11+ - main
12+ - release/*.*
13+
14+ paths :
15+ include :
16+ - src/mono/mono/mini/aot-*.*
17+ - src/mono/mono/mini/llvm-*.*
18+ - src/mono/mono/mini/mini-llvm-*.*
19+ - src/mono/mono/mini/intrinsics.c
20+ - src/mono/mono/mini/simd-*.*
21+ - src/mono/mono/mini/decompose.c
22+ - src/mono/mono/mini/method-to-ir.c
23+ - src/mono/mono/mini/mini.c
24+
725variables :
826 - template : /eng/pipelines/common/variables.yml
927
Original file line number Diff line number Diff line change @@ -28,23 +28,23 @@ schedules:
2828 - main
2929 always : false # run only if there were changes since the last successful scheduled run.
3030
31+ # To reduce the load on the pipeline, enable it only for PRs that affect Mono LLVM related code.
3132pr :
3233 branches :
3334 include :
3435 - main
3536 - release/*.*
37+
3638 paths :
3739 include :
38- - ' *'
39- exclude :
40- - ' **.md'
41- - eng/Version.Details.xml
42- - .devcontainer/*
43- - .github/*
44- - docs/*
45- - LICENSE.TXT
46- - PATENTS.TXT
47- - THIRD-PARTY-NOTICES.TXT
40+ - src/mono/mono/mini/aot-*.*
41+ - src/mono/mono/mini/llvm-*.*
42+ - src/mono/mono/mini/mini-llvm-*.*
43+ - src/mono/mono/mini/intrinsics.c
44+ - src/mono/mono/mini/simd-*.*
45+ - src/mono/mono/mini/decompose.c
46+ - src/mono/mono/mini/method-to-ir.c
47+ - src/mono/mono/mini/mini.c
4848
4949variables :
5050 - template : /eng/pipelines/common/variables.yml
You can’t perform that action at this time.
0 commit comments