Skip to content

Commit 46e87af

Browse files
aescolarkartben
authored andcommitted
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>
1 parent 56cc148 commit 46e87af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- "dts/*/nordic/**"
1313
- "tests/bluetooth/common/testlib/**"
1414
- "samples/bluetooth/**"
15-
- "boards/posix/**"
16-
- "soc/posix/**"
15+
- "boards/native/**"
16+
- "soc/native/**"
1717
- "arch/posix/**"
1818
- "include/zephyr/arch/posix/**"
1919
- "scripts/native_simulator/**"
@@ -96,8 +96,8 @@ jobs:
9696
.github/workflows/bsim-tests.yaml
9797
.github/workflows/bsim-tests-publish.yaml
9898
west.yml
99-
boards/posix/
100-
soc/posix/
99+
boards/native/
100+
soc/native/
101101
arch/posix/
102102
include/zephyr/arch/posix/
103103
scripts/native_simulator/

0 commit comments

Comments
 (0)