Skip to content

Commit

Permalink
Just build jazzy in jazzy-devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
2 parents a19163f + 8f46cc7 commit ce1e91b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: CMake-ROS
on:
push:
branches:
- master
- noetic-devel
- humble-devel
- jazzy-devel
pull_request:
branches:
Expand All @@ -26,16 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble, jazzy]
ros_distribution: [jazzy]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04

if: contains(github.ref, 'master') || contains(github.ref, ${{ matrix.ros_distribution }})
steps:
- uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit ce1e91b

Please sign in to comment.