naturerobots / mesh_tools

Tools and Messages for Annotated 3D Triangle Meshes in ROS
https://wiki.ros.org/mesh_tools
BSD 3-Clause "New" or "Revised" License
229 stars 42 forks source link

Only run Github Actions for relevant branches #27

Closed Cakem1x closed 4 months ago

Cakem1x commented 10 months ago

The current Github workflows run for all branches. Since the workflows are for ROS1 melodic and noetic, they fail when running with the new humble branch.

I propose to change the existing workflows to only run on relevant branches (probably master).

When the ROS2 port on humble nears its completion, we should also look into adding a workflow for it.

Cakem1x commented 4 months ago

ROS1 CI only runs on noetic branch now.