diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 2b2816c1dbb0..6fb917f7f184 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -198,13 +198,23 @@ - any: - "include/bluetooth/**/*" - "!include/bluetooth/mesh/**/*" - - any: - - "samples/bluetooth/**/*" - - "!samples/bluetooth/mesh/**/*" - "subsys/nrf_rpc/**/*" - "subsys/mpsl/**/*" - "drivers/mpsl/**/*" +"CI-ble-samples-test": + - "samples/bluetooth/**/*" + - "subsys/nrf_rpc/**/*" + - "subsys/mpsl/**/*" + - "drivers/mpsl/**/*" + - any: + - "subsys/bluetooth/**/*" + - "!subsys/bluetooth/mesh/**/*" + - any: + - "include/bluetooth/**/*" + - "!include/bluetooth/mesh/**/*" + + "CI-mesh-test": - "subsys/bluetooth/mesh/**/*" - "include/bluetooth/mesh/**/*"