Skip to content

Commit

Permalink
github: run plane test on changes to cx hwdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Dec 30, 2024
1 parent a895396 commit bb65bed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
# remove non SITL HAL
- 'libraries/AP_HAL_ChibiOS/**'
- 'libraries/AP_HAL_ESP32/**'
# but do include Carbonix folders
- '!libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/**'
- '!libraries/AP_HAL_ChibiOS/hwdef/*-Volanti/**'
- '!libraries/AP_HAL_ChibiOS/hwdef/*-Ottano/**'
# remove non SITL directories
- 'Tools/AP_Bootloader/**'
- 'Tools/AP_Periph/**'
Expand Down Expand Up @@ -92,6 +96,10 @@ on:
# remove non SITL HAL
- 'libraries/AP_HAL_ChibiOS/**'
- 'libraries/AP_HAL_ESP32/**'
# but do include Carbonix folders
- '!libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/**'
- '!libraries/AP_HAL_ChibiOS/hwdef/*-Volanti/**'
- '!libraries/AP_HAL_ChibiOS/hwdef/*-Ottano/**'
# remove non SITL directories
- 'Tools/AP_Bootloader/**'
- 'Tools/AP_Periph/**'
Expand Down

0 comments on commit bb65bed

Please sign in to comment.