[MockHardware] Fix the issues where hardware with multiple interfaces can not be started because of a logical bug added when adding dynamics calculation functionality. #1426
Workflow file for this run
This file contains 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 - main | |
# author: Denis Štogl <[email protected]> | |
# description: 'Build & test all dependencies from released (binary) packages.' | |
on: | |
workflow_dispatch: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
schedule: | |
# Run every morning to detect flakiness and broken dependencies | |
- cron: '03 1 * * *' | |
jobs: | |
binary: | |
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | |
with: | |
ros_distro: rolling | |
ros_repo: main | |
upstream_workspace: ros2_control-not-released.rolling.repos | |
ref_for_scheduled_build: master |