Skip to content

Commit 1506e0c

Browse files
committed
new CI workflow
1 parent b604451 commit 1506e0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

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

1414
jobs:
15-
build_ros2:
16-
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master
17-
with:
18-
repo: ${{ github.event.repository.name }}
19-
# vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/master/${{ github.event.repository.name }}.repos
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 }}
19+
vcs_url: ${{ github.event.repository.name }}.repos

0 commit comments

Comments
 (0)