Skip to content

Add a deprecation warning to tl_expected #4

Add a deprecation warning to tl_expected

Add a deprecation warning to tl_expected #4

name: Humble - Debian Binary Build
on:
workflow_dispatch:
pull_request: &event
branches:
- humble
push: *event
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:
debian_binary_build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, jazzy, kilted]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ref_for_scheduled_build: main