From 3aaf696991ef92523bb702ec2779537c9e200ec4 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sat, 30 Nov 2024 18:33:35 -0800 Subject: [PATCH] CI: only build noetic in noetic-devel branch --- .github/workflows/cmake-ros.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-ros.yml b/.github/workflows/cmake-ros.yml index 5ce664c25a..ce4a53eaa1 100644 --- a/.github/workflows/cmake-ros.yml +++ b/.github/workflows/cmake-ros.yml @@ -3,7 +3,7 @@ name: CMake-ROS on: push: branches: - - master + - noetic-devel pull_request: branches: - '**' @@ -23,14 +23,10 @@ jobs: strategy: fail-fast: false matrix: - ros_distribution: [ noetic, humble, jazzy] + ros_distribution: [ noetic ] include: - ros_distribution: 'noetic' os: ubuntu-20.04 - - ros_distribution: 'humble' - os: ubuntu-22.04 - - ros_distribution: 'jazzy' - os: ubuntu-24.04 steps: - uses: ros-tooling/setup-ros@v0.7