Skip to content

Commit

Permalink
[nrf noup] ci: Fix PMIC samples change scope
Browse files Browse the repository at this point in the history
Remove leading slashes

Signed-off-by: Vladislav Litvinov <[email protected]>
  • Loading branch information
WalkingTalkingPotato authored and nordicjm committed Jan 23, 2024
1 parent d142e4b commit 81474ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 81474ef

Please sign in to comment.