From e801cead204d4bf3d12e2fb005b37c2d3b89d065 Mon Sep 17 00:00:00 2001 From: Vladislav Litvinov Date: Tue, 23 Jan 2024 10:37:39 +0100 Subject: [PATCH] [nrf noup] ci: Fix PMIC samples change scope Remove leading slashes Signed-off-by: Vladislav Litvinov --- .github/test-spec.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index cad113b0883..1d3e04fe75b 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -257,10 +257,10 @@ - "subsys/zbus/**/*" "CI-pmic-samples-test": - - "/samples/shields/npm1300_ek/**/*" - - "/boards/shields/npm1300_ek/**/*" + - "samples/shields/npm1300_ek/**/*" + - "boards/shields/npm1300_ek/**/*" - "**/**npm1300**/**" - - "/drivers/regulator/regulator_common.c" - - "/drivers/regulator/regulator_shell.c" - - "/drivers/gpio/gpio_shell.c" - - "/drivers/sensor/sensor_shell.c" + - "drivers/regulator/regulator_common.c" + - "drivers/regulator/regulator_shell.c" + - "drivers/gpio/gpio_shell.c" + - "drivers/sensor/sensor_shell.c"