[MockHardware] Fix the issues where hardware with multiple interfaces… #997
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: Humble Binary Build - main | |
# author: Denis Štogl <[email protected]> | |
# description: 'Build & test all dependencies from released (binary) packages.' | |
on: | |
workflow_dispatch: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
push: | |
branches: | |
- humble | |
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: humble | |
ros_repo: main | |
upstream_workspace: ros2_control-not-released.humble.repos | |
ref_for_scheduled_build: humble |