correct ci paths filter

This commit is contained in:
hathach 2022-12-08 11:47:01 +07:00
parent 4deec2f4be
commit d0758d0733
7 changed files with 56 additions and 56 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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