Compare commits

...

2 Commits

Author SHA1 Message Date
matlabbe
bd99ac1007 merged master 2024-11-30 19:49:10 -08:00
matlabbe
0a9f0bfe4d CI: only build humble in humble-devel branch 2024-11-30 18:32:29 -08:00

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on: on:
push: push:
branches: branches:
- master - humble-devel
pull_request: pull_request:
branches: branches:
- '**' - '**'
@@ -23,10 +23,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ros_distribution: [ noetic, humble ] ros_distribution: [ humble ]
include: include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble' - ros_distribution: 'humble'
os: ubuntu-22.04 os: ubuntu-22.04