File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @azure-rtos /admins
Original file line number Diff line number Diff line change 99 branches : [ master ]
1010 pull_request :
1111 branches : [ master ]
12+ paths :
13+ - " .github/workflows/ci_cortex_m0.yml"
14+ - ' common/**'
15+ - ' utility/**'
16+ - ' ports/cortex_m0/gnu/**'
1217
1318# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1419jobs :
Original file line number Diff line number Diff line change 99 branches : [ master ]
1010 pull_request :
1111 branches : [ master ]
12+ paths :
13+ - " .github/workflows/ci_cortex_m3.yml"
14+ - ' common/**'
15+ - ' utility/**'
16+ - ' ports/cortex_m3/gnu/**'
1217
1318# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1419jobs :
Original file line number Diff line number Diff line change 99 branches : [ master ]
1010 pull_request :
1111 branches : [ master ]
12+ paths :
13+ - " .github/workflows/ci_cortex_m4.yml"
14+ - ' common/**'
15+ - ' utility/**'
16+ - ' ports/cortex_m4/gnu/**'
1217
1318# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1419jobs :
Original file line number Diff line number Diff line change 99 branches : [ master ]
1010 pull_request :
1111 branches : [ master ]
12+ paths :
13+ - " .github/workflows/ci_cortex_m7.yml"
14+ - ' common/**'
15+ - ' utility/**'
16+ - ' ports/cortex_m7/gnu/**'
1217
1318# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1419jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,18 @@ trigger:
22- master
33
44pr :
5- - master
5+ branches :
6+ include :
7+ - master
8+ paths :
9+ include :
10+ - " .pipelines/tx.yml"
11+ - " common_smp/**"
12+ - " samples/**"
13+ - " test/tx/**"
14+ - " utility/**"
15+ - " ports_smp/linux/gnu/**"
16+
617
718pool :
819 vmImage : " ubuntu-22.04"
Original file line number Diff line number Diff line change @@ -2,7 +2,17 @@ trigger:
22- master
33
44pr :
5- - master
5+ branches :
6+ include :
7+ - master
8+ paths :
9+ include :
10+ - " .pipelines/tx.yml"
11+ - " common/**"
12+ - " samples/**"
13+ - " test/tx/**"
14+ - " utility/**"
15+ - " ports/linux/gnu/**"
616
717pool :
818 vmImage : " ubuntu-22.04"
You can’t perform that action at this time.
0 commit comments