Skip to content

Commit

Permalink
CI: only build noetic in noetic-devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent 8f46cc7 commit 3aaf696
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- noetic-devel
pull_request:
branches:
- '**'
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 3aaf696

Please sign in to comment.