Skip to content

Commit 9b2de9b

Browse files
committed
fix ci for humble
Signed-off-by: Will Son <[email protected]>
1 parent 140ddf6 commit 9b2de9b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ros-ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: ros2
1+
name: humble-devel
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2, ros2-devel ]
6+
branches: [ humble-devel ]
77
pull_request:
8-
branches: [ ros2, ros2-devel ]
8+
branches: [ humble-devel ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
@@ -15,27 +15,27 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
18-
- foxy
19-
- galactic
18+
# - foxy
19+
# - galactic
2020
- humble
21-
- rolling
21+
# - rolling
2222
include:
23-
# Foxy Fitzroy (June 2020 - May 2023)
24-
- docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
25-
ros_distribution: foxy
26-
ros_version: 2
27-
# Galactic Geochelone (May 2021)
28-
- docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
29-
ros_distribution: galactic
30-
ros_version: 2
23+
# # Foxy Fitzroy (June 2020 - May 2023)
24+
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
25+
# ros_distribution: foxy
26+
# ros_version: 2
27+
# # Galactic Geochelone (May 2021)
28+
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
29+
# ros_distribution: galactic
30+
# ros_version: 2
3131
# Humble Hawksbill (May 2027)
3232
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
3333
ros_distribution: humble
3434
ros_version: 2
35-
# Rolling
36-
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
37-
ros_distribution: rolling
38-
ros_version: 2
35+
# # Rolling
36+
# - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
37+
# ros_distribution: rolling
38+
# ros_version: 2
3939
container:
4040
image: ${{ matrix.docker_image }}
4141
steps:

0 commit comments

Comments
 (0)