ci: bsim tests: Fix paths for triggers
These paths were not updated when we transitioned to hwmv2 which led to CI jobs not being triggered in some cases. Let's fix it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
56cc148508
commit
46e87afc25
8
.github/workflows/bsim-tests.yaml
vendored
8
.github/workflows/bsim-tests.yaml
vendored
@ -12,8 +12,8 @@ on:
|
||||
- "dts/*/nordic/**"
|
||||
- "tests/bluetooth/common/testlib/**"
|
||||
- "samples/bluetooth/**"
|
||||
- "boards/posix/**"
|
||||
- "soc/posix/**"
|
||||
- "boards/native/**"
|
||||
- "soc/native/**"
|
||||
- "arch/posix/**"
|
||||
- "include/zephyr/arch/posix/**"
|
||||
- "scripts/native_simulator/**"
|
||||
@ -96,8 +96,8 @@ jobs:
|
||||
.github/workflows/bsim-tests.yaml
|
||||
.github/workflows/bsim-tests-publish.yaml
|
||||
west.yml
|
||||
boards/posix/
|
||||
soc/posix/
|
||||
boards/native/
|
||||
soc/native/
|
||||
arch/posix/
|
||||
include/zephyr/arch/posix/
|
||||
scripts/native_simulator/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user