Skip to content

[RTPublisher] use NON_POLLING as default for the realtime pubisher (backport #280) #177

[RTPublisher] use NON_POLLING as default for the realtime pubisher (backport #280)

[RTPublisher] use NON_POLLING as default for the realtime pubisher (backport #280) #177

name: Humble ABI Compatibility Check
on:
workflow_dispatch:
pull_request:
branches:
- humble
concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
jobs:
abi_check:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
with:
ros_distro: humble