Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Iron branch reference and correct branch for CI #46

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/iron-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Iron Binary Main
on:
workflow_dispatch:
branches:
- ros2
- iron
pull_request:
branches:
- ros2
- iron
push:
branches:
- ros2
- iron
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,4 +18,4 @@ jobs:
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: ros2
ref_for_scheduled_build: iron
8 changes: 4 additions & 4 deletions .github/workflows/iron-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Iron Binary Testing
on:
workflow_dispatch:
branches:
- ros2
- iron
pull_request:
branches:
- ros2
- iron
push:
branches:
- ros2
- iron
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,4 +18,4 @@ jobs:
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: ros2
ref_for_scheduled_build: iron
8 changes: 4 additions & 4 deletions .github/workflows/iron-semi-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Iron Semi Binary Main
on:
workflow_dispatch:
branches:
- ros2
- iron
pull_request:
branches:
- ros2
- iron
push:
branches:
- ros2
- iron
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,5 +18,5 @@ jobs:
with:
ros_distro: iron
ros_repo: main
ref_for_scheduled_build: ros2
ref_for_scheduled_build: iron
upstream_workspace: Universal_Robots_ROS2_Gazebo_Simulation.iron.repos
8 changes: 4 additions & 4 deletions .github/workflows/iron-semi-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Iron Semi Binary Testing
on:
workflow_dispatch:
branches:
- ros2
- iron
pull_request:
branches:
- ros2
- iron
push:
branches:
- ros2
- iron
schedule:
- cron: '13 4 * * *'

Expand All @@ -18,5 +18,5 @@ jobs:
with:
ros_distro: iron
ros_repo: testing
ref_for_scheduled_build: ros2
ref_for_scheduled_build: iron
upstream_workspace: Universal_Robots_ROS2_Gazebo_Simulation.iron.repos
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Example files and configurations for Gazebo Classic simulation of Universal Robo
<tr>
<th>Branch</th>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/ros2">ros2</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/iron">iron</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/ros2">ros2</a></td>
</tr>
<tr>
Expand Down
Loading