We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53753c6 commit 608636fCopy full SHA for 608636f
1 file changed
.github/workflows/build_and_test.yml
@@ -2,7 +2,7 @@ name: Continuous Integration
2
3
on:
4
push:
5
- branches: ['humble']
+ branches: ['iron']
6
pull_request:
7
8
jobs:
@@ -12,9 +12,9 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: ros-tooling/setup-ros@v0.6
14
with:
15
- required-ros-distributions: humble
+ required-ros-distributions: iron
16
use-ros2-testing: true
17
- uses: ros-tooling/action-ros-ci@v0.3
18
19
package-name: create_bringup create_description create_driver create_msgs create_robot
20
- target-ros2-distro: humble
+ target-ros2-distro: iron
0 commit comments