Skip to content

Commit 8030a4b

Browse files
committed
Modified the CI options for jazzy and rolling
Signed-off-by: Pyo <[email protected]>
1 parent 6cf1ddc commit 8030a4b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ros-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44
# Specifies the events that trigger the workflow
55
on:
66
push:
7-
branches: [ main, humble ]
7+
branches: [ main, humble, jazzy ]
88
pull_request:
9-
branches: [ main, humble ]
9+
branches: [ main, humble, jazzy ]
1010

1111
# Defines a set of jobs to be run as part of the workflow
1212
jobs:
@@ -18,21 +18,21 @@ jobs:
1818
matrix:
1919
ros_distribution:
2020
- humble
21-
# - jazzy
22-
# - rolling
21+
- jazzy
22+
- rolling
2323
include:
2424
# ROS 2 Humble Hawksbill
2525
- docker_image: ubuntu:jammy
2626
ros_distribution: humble
2727
ros_version: 2
2828
# 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
3232
# 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
3636
container:
3737
image: ${{ matrix.docker_image }}
3838
steps:

0 commit comments

Comments
 (0)