File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed 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,6 +28,24 @@ 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.
32+ pr :
33+ branches :
34+ include :
35+ - main
36+ - release/*.*
37+
38+ paths :
39+ include :
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
48+
3149variables :
3250 - template : /eng/pipelines/common/variables.yml
3351
You can’t perform that action at this time.
0 commit comments