Skip to content

Commit 503f7d0

Browse files
authored
Merge pull request #11 from Butakus/rolling
Fix errors in periodic CI
2 parents 44fe04f + b5f93c2 commit 503f7d0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/humble.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
3131
target-ros2-distro: humble
32+
ref: humble
3233
colcon-defaults: |
3334
{
3435
"test": {

.github/workflows/jazzy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
3131
target-ros2-distro: jazzy
32+
ref: jazzy
3233
colcon-defaults: |
3334
{
3435
"test": {

.github/workflows/kilted.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
3131
target-ros2-distro: kilted
32+
ref: kilted
3233
colcon-defaults: |
3334
{
3435
"test": {

.github/workflows/rolling.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
package-name: navmap_core navmap_ros navmap_ros_interfaces navmap_rviz_plugin
3131
target-ros2-distro: rolling
32+
ref: rolling
3233
colcon-defaults: |
3334
{
3435
"test": {

0 commit comments

Comments
 (0)