From ca9bf043af0b284afd02efa0f9c0e896d66bdfdb Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 11 Dec 2024 15:53:38 +0100 Subject: [PATCH] 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 --- .github/workflows/bsim-tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index 4739f99e68b194..0f0fa0b126f158 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -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/