Skip to content

[CI] Add jazzy 🚀 #136

[CI] Add jazzy 🚀

[CI] Add jazzy 🚀 #136

name: RHEL Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * *'
jobs:
rhel_semi_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, iron, jazzy, humble]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ref_for_scheduled_build: master