Changed rolling.repos file for ros2_controllers and control_msgs. Nee… #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Kilted Semi Binary Build Main | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| # Run every morning to detect flakiness and broken dependencies | |
| - cron: '13 4 * * *' | |
| jobs: | |
| kilted_semi_main: | |
| uses: ./.github/workflows/reusable_ici.yml | |
| with: | |
| ros_distro: kilted | |
| ros_repo: main | |
| upstream_workspace: Universal_Robots_ROS2_Driver.kilted.repos | |
| ref_for_scheduled_build: main |