File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 44 schedule :
55 # Run once per day to detect broken dependencies.
66 - cron : ' 33 6 * * *'
7+ workflow_dispatch :
8+ inputs :
9+ name :
10+ description : " Manual trigger"
711
812jobs :
913 build :
@@ -18,14 +22,16 @@ jobs:
1822 ros_distribution : iron
1923 - docker_image : ubuntu:jammy
2024 ros_distribution : humble
25+ - docker_image : ubuntu:24.04
26+ ros_distribution : jazzy
2127 container :
2228 image : ${{ matrix.docker_image }}
2329 steps :
2430 - uses : actions/checkout@v3
25- - uses : ros-tooling/setup-ros@0.6.2
31+ - uses : ros-tooling/setup-ros@0.7.7
2632 with :
2733 required-ros-distributions : ${{ matrix.ros_distribution }}
28- - uses : ros-tooling/action-ros-ci@0.3.2
34+ - uses : ros-tooling/action-ros-ci@0.3.13
2935 with :
3036 package-name : " micro_ros_utilities"
3137 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments