File tree Expand file tree Collapse file tree 4 files changed +30
-8
lines changed Expand file tree Collapse file tree 4 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 1- name : Humble CI - Build and Test
1+ name : Humble CI
22
33on :
44 push :
55 branches :
6- - ' humble '
6+ - ' main '
77 pull_request :
88 workflow_dispatch :
99 branches :
1010 - ' *'
1111
1212jobs :
13- build_and_test :
14- uses : naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main
15- secrets : inherit
13+ humble_build_and_test :
14+ uses : naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15+ secrets : inherit
16+ with :
17+ ros_distro : humble
Original file line number Diff line number Diff line change 1+ name : Jazzy CI
2+
3+ on :
4+ push :
5+ branches :
6+ - ' main'
7+ pull_request :
8+ workflow_dispatch :
9+ branches :
10+ - ' *'
11+
12+ jobs :
13+ jazzy_build_and_test :
14+ uses : naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15+ secrets : inherit
16+ with :
17+ ros_distro : jazzy
Original file line number Diff line number Diff line change 1+ [ ![ Jazzy CI] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/jazzy.yaml/badge.svg )] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/jazzy.yaml )
2+ [ ![ Humble CI] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/humble.yaml/badge.svg )] ( https://github.com/naturerobots/mesh_navigation_tutorials/actions/workflows/humble.yaml )
3+
14<div align =" center " >
25<h1 >
36Mesh Navigation Tutorials
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ repositories:
88 mesh_tools :
99 type : git
1010 url : https://github.com/naturerobots/mesh_tools.git
11- version : humble
11+ version : main
1212 mesh_navigation :
1313 type : git
1414 url : https://github.com/naturerobots/mesh_navigation.git
15- version : humble
15+ version : main
1616 move_base_flex :
1717 type : git
1818 url : https://github.com/naturerobots/move_base_flex.git
19- version : humble
19+ version : main
You can’t perform that action at this time.
0 commit comments