From 9451424677af0c1fe1c731dd5c6d2e8675c7e2f4 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 8 Oct 2024 12:44:10 +0200 Subject: [PATCH] ci: bsim tests: Also trigger on MbedTLS module changes Trigger bsim tests also on changes to the MbedTLS module code in Zephyr side. To avoid possible regressions in bsim tests when this code is changed getting into main. 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 c879623d13d732..2654e8d4e442f8 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/mbedtls/**" - "modules/openthread/**" - "subsys/net/l2/openthread/**" - "include/zephyr/net/openthread.h" @@ -103,6 +104,7 @@ jobs: tests/bsim/* boards/nordic/nrf5*/*dt* dts/*/nordic/ + modules/mbedtls/** - name: Check if Bluethooth files changed uses: tj-actions/changed-files@v45