Skip to content

Commit d3f0160

Browse files
committed
only run CI for latest distros
1 parent 5733922 commit d3f0160

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches: [master]
1313

1414
jobs:
15-
build_ros2:
16-
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_ci.yml@master
17-
with:
18-
repo: ${{ github.event.repository.name }}
15+
build_ros2:
16+
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ci_humble_and_later.yml@master
17+
with:
18+
repo: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)