diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 23f653a0ac6..6da6bdbaa87 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -208,7 +208,6 @@ - "lib/crc/**/*" - "modules/hal_nordic/**/*" - "soc/nordic/**/*" - - "subsys/bluetooth/**/*" - "subsys/ipc/ipc_service/**/*" - "subsys/fs/**/*" - "subsys/mem_mgmt/**/*" @@ -217,6 +216,9 @@ - "subsys/settings/**/*" - "subsys/shell/**/*" - "subsys/storage/**/*" + - any: + - "subsys/bluetooth/**/*" + - "!subsys/bluetooth/mesh/**/*" "CI-matter-test": - "include/dfu/**/*" @@ -241,7 +243,6 @@ - "drivers/usb/**/*" - "drivers/regulator/**/*" - "soc/nordic/**/*" - - "subsys/bluetooth/**/*" - "subsys/dfu/**/*" - "subsys/fs/**/*" - "subsys/ipc/**/*" @@ -251,6 +252,9 @@ - "subsys/storage/**/*" - "subsys/tracing/**/*" - "subsys/usb/device/**/*" + - any: + - "subsys/bluetooth/**/*" + - "!subsys/bluetooth/mesh/**/*" "CI-rpc-test": - "subsys/ipc/ipc_service/**/*"