File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
# Specifies the events that trigger the workflow
5
5
on :
6
6
push :
7
- branches : [ main, humble ]
7
+ branches : [ main, humble, jazzy ]
8
8
pull_request :
9
- branches : [ main, humble ]
9
+ branches : [ main, humble, jazzy ]
10
10
11
11
# Defines a set of jobs to be run as part of the workflow
12
12
jobs :
@@ -18,21 +18,21 @@ jobs:
18
18
matrix :
19
19
ros_distribution :
20
20
- humble
21
- # - jazzy
22
- # - rolling
21
+ - jazzy
22
+ - rolling
23
23
include :
24
24
# ROS 2 Humble Hawksbill
25
25
- docker_image : ubuntu:jammy
26
26
ros_distribution : humble
27
27
ros_version : 2
28
28
# ROS 2 Jazzy Jalisco
29
- # - docker_image: ubuntu:noble
30
- # ros_distribution: jazzy
31
- # ros_version: 2
29
+ - docker_image : ubuntu:noble
30
+ ros_distribution : jazzy
31
+ ros_version : 2
32
32
# ROS 2 Rolling Ridley
33
- # - docker_image: ubuntu:noble
34
- # ros_distribution: rolling
35
- # ros_version: 2
33
+ - docker_image : ubuntu:noble
34
+ ros_distribution : rolling
35
+ ros_version : 2
36
36
container :
37
37
image : ${{ matrix.docker_image }}
38
38
steps :
You can’t perform that action at this time.
0 commit comments