Skip to content

Remove RealtimeClock #210

Remove RealtimeClock

Remove RealtimeClock #210

name: Rolling ABI Compatibility Check
on:
workflow_dispatch:
pull_request:
branches:
- master
concurrency:
# cancel previous runs of the same workflow, except for pushes on master 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: rolling