From 4780d5cb36b8dec8be130b6d1e2a9c7db7bf3364 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Mon, 30 Dec 2024 17:23:08 +1100 Subject: [PATCH] github: run plane test on changes to cx hwdefs --- .github/workflows/test_sitl_plane.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test_sitl_plane.yml b/.github/workflows/test_sitl_plane.yml index 05b3057e22..8a532e12ae 100644 --- a/.github/workflows/test_sitl_plane.yml +++ b/.github/workflows/test_sitl_plane.yml @@ -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/**' @@ -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/**'