From c2168bada96e967f7a0c26a44bac2dc3ffd0d0a9 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Sat, 21 Dec 2024 13:11:04 +0100 Subject: [PATCH] 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 --- .github/workflows/bsim-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index e05605daca8f18..66d47c68a1c240 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -18,6 +18,7 @@ on: - "include/zephyr/arch/posix/**" - "scripts/native_simulator/**" - "samples/net/sockets/echo_*/**" + - "modules/hal_nordic/**" - "modules/mbedtls/**" - "modules/openthread/**" - "subsys/net/l2/openthread/**" @@ -106,6 +107,7 @@ jobs: boards/nordic/nrf5*/*dt* dts/*/nordic/ modules/mbedtls/** + modules/hal_nordic/** - name: Check if Bluethooth files changed uses: tj-actions/changed-files@v45