Skip to content

Commit

Permalink
fix: Added servo example to the patterns in the rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed Nov 29, 2024
1 parent 3be1564 commit 6e59c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@
.patterns-example_motor_foc_knob: &patterns-example_motor_foc_knob
- "examples/motor/foc_knob_example/**/*"

.patterns-example_motor_foc_knob: &patterns-example_motor_servo
- "components/motor/servo/examples/servo_control/**/*"

.patterns-example_ota_simple_ota_example: &patterns-example_ota_simple_ota_example
- "examples/ota/simple_ota_example/**/*"

Expand Down

0 comments on commit 6e59c99

Please sign in to comment.