Skip to content

Commit de39d3b

Browse files
committed
fix ci
1 parent 94702e3 commit de39d3b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/ros-ci.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ name: ros-ci
33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
55
push:
6-
branches: [ ros2-devel ]
6+
branches: [ ros2 ]
77
pull_request:
8-
branches: [ ros2-devel ]
8+
branches: [ ros2 ]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
devel-ci:
12+
ros2-ci:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
1818
# - dashing
1919
- foxy
20-
#- rolling
20+
# - galactic
21+
- rolling
2122
include:
2223
# Dashing Diademata (May 2019 - May 2021)
2324
# - docker_image: ubuntu:bionic
@@ -27,6 +28,14 @@ jobs:
2728
- docker_image: ubuntu:focal
2829
ros_distribution: foxy
2930
ros_version: 2
31+
# Galactic Geochelone (May 2021)
32+
# - docker_image: ubuntu:focal
33+
# ros_distribution: galactic
34+
# ros_version: 2
35+
# Rolling
36+
- docker_image: ubuntu:focal
37+
ros_distribution: rolling
38+
ros_version: 2
3039
container:
3140
image: ${{ matrix.docker_image }}
3241
steps:

0 commit comments

Comments
 (0)