ci: bsim tests: Also trigger on common nordic DT changes
The bsim boards, just like the real ones, use the common nordic DT definitions, but this were not triggering CI. Some issues got in main due to this. Let's be sure to trigger this workflow also when the releavnt DT files are changed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
311ddf90e2
commit
12ea90c8dc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/bsim-tests.yaml
vendored
4
.github/workflows/bsim-tests.yaml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
- "west.yml"
|
||||
- "subsys/bluetooth/**"
|
||||
- "tests/bsim/**"
|
||||
- "boards/nordic/nrf5*/*dt*"
|
||||
- "dts/*/nordic/**"
|
||||
- "tests/bluetooth/common/testlib/**"
|
||||
- "samples/bluetooth/**"
|
||||
- "boards/posix/**"
|
||||
|
@ -98,6 +100,8 @@ jobs:
|
|||
include/zephyr/arch/posix/
|
||||
scripts/native_simulator/
|
||||
tests/bsim/*
|
||||
boards/nordic/nrf5*/*dt*
|
||||
dts/*/nordic/
|
||||
|
||||
- name: Check if Bluethooth files changed
|
||||
uses: tj-actions/changed-files@v45
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue