Skip to content

Redirect tl_expected to system libexpected-dev when available #11

Redirect tl_expected to system libexpected-dev when available

Redirect tl_expected to system libexpected-dev when available #11

name: Rolling - RHEL Binary Build
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
rhel_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, jazzy, kilted, rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ref_for_scheduled_build: main