correct ci paths filter
This commit is contained in:
16
.github/workflows/build_aarch64.yml
vendored
16
.github/workflows/build_aarch64.yml
vendored
@@ -3,17 +3,17 @@ name: Build AArch64
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/build_arm.yml
vendored
16
.github/workflows/build_arm.yml
vendored
@@ -3,17 +3,17 @@ name: Build ARM
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/build_esp.yml
vendored
16
.github/workflows/build_esp.yml
vendored
@@ -3,17 +3,17 @@ name: Build ESP
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/build_msp430.yml
vendored
16
.github/workflows/build_msp430.yml
vendored
@@ -3,17 +3,17 @@ name: Build MSP430
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/build_renesas.yml
vendored
16
.github/workflows/build_renesas.yml
vendored
@@ -3,17 +3,17 @@ name: Build Renesas
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/build_riscv.yml
vendored
16
.github/workflows/build_riscv.yml
vendored
@@ -3,17 +3,17 @@ name: Build RISC-V
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
16
.github/workflows/test_hardware.yml
vendored
16
.github/workflows/test_hardware.yml
vendored
@@ -3,17 +3,17 @@ name: Hardware Test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- 'src'
|
- 'src/**'
|
||||||
- 'examples'
|
- 'examples/**'
|
||||||
- 'lib'
|
- 'lib/**'
|
||||||
- 'hw'
|
- 'hw/**'
|
||||||
|
|
||||||
# Hardware in the loop (HIL)
|
# Hardware in the loop (HIL)
|
||||||
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
|
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
|
||||||
|
Reference in New Issue
Block a user