Skip to content

Added trigger_joint_command_threshold_enabled_ #203

Added trigger_joint_command_threshold_enabled_

Added trigger_joint_command_threshold_enabled_ #203

name: Rolling - Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [jazzy, kilted, lyrical, rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}