diff --git a/.github/workflows/cygwin_build.yml b/.github/workflows/cygwin_build.yml index cef7c8e9a9..4b17472160 100644 --- a/.github/workflows/cygwin_build.yml +++ b/.github/workflows/cygwin_build.yml @@ -64,6 +64,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -128,6 +130,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/esp32_build.yml b/.github/workflows/esp32_build.yml index 34bf567f6d..d61477b32d 100644 --- a/.github/workflows/esp32_build.yml +++ b/.github/workflows/esp32_build.yml @@ -66,6 +66,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -132,6 +134,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 20fc6fd894..67e736006e 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -64,6 +64,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -128,6 +130,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_ccache.yml b/.github/workflows/test_ccache.yml index a55ca1690a..ceb78db99a 100644 --- a/.github/workflows/test_ccache.yml +++ b/.github/workflows/test_ccache.yml @@ -56,6 +56,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -112,6 +114,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_chibios.yml b/.github/workflows/test_chibios.yml index 038c7bbbe5..e9082244ad 100644 --- a/.github/workflows/test_chibios.yml +++ b/.github/workflows/test_chibios.yml @@ -58,6 +58,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -120,6 +122,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_dds.yml b/.github/workflows/test_dds.yml index db77005988..77cdb854fa 100644 --- a/.github/workflows/test_dds.yml +++ b/.github/workflows/test_dds.yml @@ -63,6 +63,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -126,6 +128,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_linux_sbc.yml b/.github/workflows/test_linux_sbc.yml index fb8c839775..943360ca08 100644 --- a/.github/workflows/test_linux_sbc.yml +++ b/.github/workflows/test_linux_sbc.yml @@ -60,6 +60,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -121,6 +123,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_replay.yml b/.github/workflows/test_replay.yml index e7a8cd72f8..462fa6477e 100644 --- a/.github/workflows/test_replay.yml +++ b/.github/workflows/test_replay.yml @@ -67,6 +67,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -134,6 +136,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_copter.yml b/.github/workflows/test_sitl_copter.yml index e5e53ce409..e72c244ed8 100644 --- a/.github/workflows/test_sitl_copter.yml +++ b/.github/workflows/test_sitl_copter.yml @@ -73,6 +73,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: @@ -147,6 +149,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_periph.yml b/.github/workflows/test_sitl_periph.yml index ddf9f5eb5f..7c8d8d1415 100644 --- a/.github/workflows/test_sitl_periph.yml +++ b/.github/workflows/test_sitl_periph.yml @@ -73,6 +73,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -146,6 +148,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_plane.yml b/.github/workflows/test_sitl_plane.yml index 01b7b144f7..b04962e8b9 100644 --- a/.github/workflows/test_sitl_plane.yml +++ b/.github/workflows/test_sitl_plane.yml @@ -74,6 +74,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -148,6 +150,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_rover.yml b/.github/workflows/test_sitl_rover.yml index d7776af231..baf8ae40d9 100644 --- a/.github/workflows/test_sitl_rover.yml +++ b/.github/workflows/test_sitl_rover.yml @@ -73,6 +73,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: @@ -147,6 +149,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_sub.yml b/.github/workflows/test_sitl_sub.yml index 2436abeae4..d54ee41777 100644 --- a/.github/workflows/test_sitl_sub.yml +++ b/.github/workflows/test_sitl_sub.yml @@ -75,6 +75,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -150,6 +152,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_sitl_tracker.yml b/.github/workflows/test_sitl_tracker.yml index 6f8acf59fe..e57e038d47 100644 --- a/.github/workflows/test_sitl_tracker.yml +++ b/.github/workflows/test_sitl_tracker.yml @@ -75,6 +75,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: @@ -150,6 +152,8 @@ on: # Remove some directories check - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_size.yml b/.github/workflows/test_size.yml index e1f45fabfe..26c42d2c67 100644 --- a/.github/workflows/test_size.yml +++ b/.github/workflows/test_size.yml @@ -49,6 +49,8 @@ on: - 'libraries/AP_HAL_SITL/**' - 'libraries/AP_HAL_ESP32/**' - 'libraries/AP_HAL_Linux/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: diff --git a/.github/workflows/test_unit_tests.yml b/.github/workflows/test_unit_tests.yml index 2bd0abf9eb..933ee4f210 100644 --- a/.github/workflows/test_unit_tests.yml +++ b/.github/workflows/test_unit_tests.yml @@ -44,6 +44,8 @@ on: # remove non SITL HAL - 'libraries/AP_HAL_ChibiOS/**' - 'libraries/AP_HAL_ESP32/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' pull_request: paths-ignore: # Remove markdown files as irrelevant @@ -87,6 +89,8 @@ on: # remove non SITL HAL - 'libraries/AP_HAL_ChibiOS/**' - 'libraries/AP_HAL_ESP32/**' + # Remove change on other workflows + - '.github/workflows/test_environment.yml' workflow_dispatch: concurrency: