mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-16 07:42:57 +08:00
Filter the path for PR trigger and add codeowners (#248)
* Filter the path for PR trigger * Add codeowners * Fix syntax in pipeline
This commit is contained in:
parent
4c4547d5d5
commit
d64ef2ab06
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
||||
@azure-rtos/admins
|
5
.github/workflows/ci_cortex_m0.yml
vendored
5
.github/workflows/ci_cortex_m0.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- ".github/workflows/ci_cortex_m0.yml"
|
||||
- 'common/**'
|
||||
- 'utility/**'
|
||||
- 'ports/cortex_m0/gnu/**'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
5
.github/workflows/ci_cortex_m3.yml
vendored
5
.github/workflows/ci_cortex_m3.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- ".github/workflows/ci_cortex_m3.yml"
|
||||
- 'common/**'
|
||||
- 'utility/**'
|
||||
- 'ports/cortex_m3/gnu/**'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
5
.github/workflows/ci_cortex_m4.yml
vendored
5
.github/workflows/ci_cortex_m4.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- ".github/workflows/ci_cortex_m4.yml"
|
||||
- 'common/**'
|
||||
- 'utility/**'
|
||||
- 'ports/cortex_m4/gnu/**'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
5
.github/workflows/ci_cortex_m7.yml
vendored
5
.github/workflows/ci_cortex_m7.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- ".github/workflows/ci_cortex_m7.yml"
|
||||
- 'common/**'
|
||||
- 'utility/**'
|
||||
- 'ports/cortex_m7/gnu/**'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
@ -2,7 +2,18 @@ trigger:
|
||||
- master
|
||||
|
||||
pr:
|
||||
- master
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- ".pipelines/tx.yml"
|
||||
- "common_smp/**"
|
||||
- "samples/**"
|
||||
- "test/tx/**"
|
||||
- "utility/**"
|
||||
- "ports_smp/linux/gnu/**"
|
||||
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-22.04"
|
||||
|
@ -2,7 +2,17 @@ trigger:
|
||||
- master
|
||||
|
||||
pr:
|
||||
- master
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
paths:
|
||||
include:
|
||||
- ".pipelines/tx.yml"
|
||||
- "common/**"
|
||||
- "samples/**"
|
||||
- "test/tx/**"
|
||||
- "utility/**"
|
||||
- "ports/linux/gnu/**"
|
||||
|
||||
pool:
|
||||
vmImage: "ubuntu-22.04"
|
||||
|
Loading…
x
Reference in New Issue
Block a user