Skip to content

Add a deprecation warning to the package.xml (#21) #1

Add a deprecation warning to the package.xml (#21)

Add a deprecation warning to the package.xml (#21) #1

name: Rolling - Debian Binary Build
on:
workflow_dispatch:
pull_request: &event
branches:
- main
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: [rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ref_for_scheduled_build: main