From 5780c794ca507a3036426ee4d3bc03a955d0b5a8 Mon Sep 17 00:00:00 2001 From: Lokesh-Ramina Date: Mon, 6 May 2024 16:44:36 -0700 Subject: [PATCH] workflows: added on branches CxPilot-* SW-186 --- .github/workflows/carbonix_build.yml | 3 +++ .github/workflows/cygwin_build.yml | 1 + .github/workflows/test_ccache.yml | 1 + .github/workflows/test_chibios.yml | 1 + .github/workflows/test_linux_sbc.yml | 1 + .github/workflows/test_replay.yml | 1 + .github/workflows/test_sitl_copter.yml | 1 + .github/workflows/test_sitl_periph.yml | 1 + .github/workflows/test_sitl_plane.yml | 1 + .github/workflows/test_sitl_rover.yml | 1 + .github/workflows/test_sitl_sub.yml | 1 + .github/workflows/test_sitl_tracker.yml | 1 + .github/workflows/test_unit_tests.yml | 1 + 13 files changed, 15 insertions(+) diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index 8df860b9a1..411a6bed2e 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove non chibios HAL @@ -124,6 +125,8 @@ on: - '.vscode/**' - '.github/ISSUE_TEMPLATE/**' + workflow_dispatch: + concurrency: group: ci-${{github.workflow}}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/cygwin_build.yml b/.github/workflows/cygwin_build.yml index 2b1cbd7994..296f937aef 100644 --- a/.github/workflows/cygwin_build.yml +++ b/.github/workflows/cygwin_build.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_ccache.yml b/.github/workflows/test_ccache.yml index 062df2173e..02d0e5da7a 100644 --- a/.github/workflows/test_ccache.yml +++ b/.github/workflows/test_ccache.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_chibios.yml b/.github/workflows/test_chibios.yml index 49006accd0..7cfe131c4c 100644 --- a/.github/workflows/test_chibios.yml +++ b/.github/workflows/test_chibios.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove non chibios HAL diff --git a/.github/workflows/test_linux_sbc.yml b/.github/workflows/test_linux_sbc.yml index b44ec5454f..50cb3f487f 100644 --- a/.github/workflows/test_linux_sbc.yml +++ b/.github/workflows/test_linux_sbc.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove non LINUX HAL diff --git a/.github/workflows/test_replay.yml b/.github/workflows/test_replay.yml index 4a85335e0f..3ef8d52825 100644 --- a/.github/workflows/test_replay.yml +++ b/.github/workflows/test_replay.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_sitl_copter.yml b/.github/workflows/test_sitl_copter.yml index c34587dcd3..425f359392 100644 --- a/.github/workflows/test_sitl_copter.yml +++ b/.github/workflows/test_sitl_copter.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_sitl_periph.yml b/.github/workflows/test_sitl_periph.yml index f26d3e7b76..010c3b778c 100644 --- a/.github/workflows/test_sitl_periph.yml +++ b/.github/workflows/test_sitl_periph.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles than copter diff --git a/.github/workflows/test_sitl_plane.yml b/.github/workflows/test_sitl_plane.yml index 8d3e7a7ebc..5e31835523 100644 --- a/.github/workflows/test_sitl_plane.yml +++ b/.github/workflows/test_sitl_plane.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_sitl_rover.yml b/.github/workflows/test_sitl_rover.yml index c72081e912..55d17ad75f 100644 --- a/.github/workflows/test_sitl_rover.yml +++ b/.github/workflows/test_sitl_rover.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_sitl_sub.yml b/.github/workflows/test_sitl_sub.yml index 8ac525f517..1b3c515f90 100644 --- a/.github/workflows/test_sitl_sub.yml +++ b/.github/workflows/test_sitl_sub.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_sitl_tracker.yml b/.github/workflows/test_sitl_tracker.yml index 5711ff3610..a47cae3860 100644 --- a/.github/workflows/test_sitl_tracker.yml +++ b/.github/workflows/test_sitl_tracker.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # remove other vehicles diff --git a/.github/workflows/test_unit_tests.yml b/.github/workflows/test_unit_tests.yml index 329a4c2a62..69b8b5af53 100644 --- a/.github/workflows/test_unit_tests.yml +++ b/.github/workflows/test_unit_tests.yml @@ -4,6 +4,7 @@ on: push: branches: - CxPilot + - CxPilot-* - master paths-ignore: # Remove markdown files as irrelevant