Skip to content

Commit

Permalink
CI: ros2 branch, only build for humble (all deps working)
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent 5c81b95 commit 723ac7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ros2

on:
push:
branches: [ ros2, humble-devel, jazzy-devel]
branches: [ ros2 ]
pull_request:
branches: [ ros2 ]

Expand All @@ -21,12 +21,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ros_distro: [humble, jazzy]
ros_distro: [humble]
include:
- ros_distro: 'humble'
ubuntu_distro: 'jammy'
- ros_distro: 'jazzy'
ubuntu_distro: 'noble'
fail-fast: false
container:
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-desktop-latest
Expand Down

0 comments on commit 723ac7c

Please # to comment.