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:
Alberto Escolar Piedras 2024-12-21 13:11:04 +01:00 committed by Benjamin Cabé
parent b1c678ffd7
commit 4137c11ee3

View file

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