Skip to content

Merge branch 'jazzy-2.0RC' into onav-ros2 #814

Merge branch 'jazzy-2.0RC' into onav-ros2

Merge branch 'jazzy-2.0RC' into onav-ros2 #814

Workflow file for this run

name: clearpath_msgs_ci
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *" # every day at midnight
jobs:
build_and_test:
name: jazzy
strategy:
matrix:
env:
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}