Skip to content

Commit

Permalink
Give new ros_distro input
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 18, 2024
1 parent 9bec3db commit a0b968b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ on:

jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@ci_format
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, iron, humble]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}

0 comments on commit a0b968b

Please sign in to comment.