ci: bsim tests: Also trigger on module/hal_nordic changes
We should also trigger this workflow on changes to the module integration files. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b1c678ffd7
commit
4137c11ee3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/bsim-tests.yaml
vendored
2
.github/workflows/bsim-tests.yaml
vendored
|
|
@ -18,6 +18,7 @@ on:
|
||||||
- "include/zephyr/arch/posix/**"
|
- "include/zephyr/arch/posix/**"
|
||||||
- "scripts/native_simulator/**"
|
- "scripts/native_simulator/**"
|
||||||
- "samples/net/sockets/echo_*/**"
|
- "samples/net/sockets/echo_*/**"
|
||||||
|
- "modules/hal_nordic/**"
|
||||||
- "modules/mbedtls/**"
|
- "modules/mbedtls/**"
|
||||||
- "modules/openthread/**"
|
- "modules/openthread/**"
|
||||||
- "subsys/net/l2/openthread/**"
|
- "subsys/net/l2/openthread/**"
|
||||||
|
|
@ -106,6 +107,7 @@ jobs:
|
||||||
boards/nordic/nrf5*/*dt*
|
boards/nordic/nrf5*/*dt*
|
||||||
dts/*/nordic/
|
dts/*/nordic/
|
||||||
modules/mbedtls/**
|
modules/mbedtls/**
|
||||||
|
modules/hal_nordic/**
|
||||||
|
|
||||||
- name: Check if Bluethooth files changed
|
- name: Check if Bluethooth files changed
|
||||||
uses: tj-actions/changed-files@v45
|
uses: tj-actions/changed-files@v45
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue