File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,22 @@ name: ros-ci
33# Controls when the action will run. Triggers the workflow on push or pull request
44on :
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
1111jobs :
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
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 :
You can’t perform that action at this time.
0 commit comments