Add missing state interfaces for get_robot_software_version (#1153) #1170
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: Rolling Binary Build Testing | |
| on: | |
| workflow_dispatch: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| # Run every morning to detect flakiness and broken dependencies | |
| - cron: '13 4 * * *' | |
| jobs: | |
| binary: | |
| uses: ./.github/workflows/reusable_ici.yml | |
| with: | |
| ros_distro: rolling | |
| ros_repo: testing | |
| upstream_workspace: Universal_Robots_ROS2_Driver-not-released.rolling.repos | |
| ref_for_scheduled_build: main |