Update ur3e's inertia values (backport #276) (#278) #775
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: Humble Binary Build Main | |
on: | |
workflow_dispatch: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
push: | |
branches: | |
- humble | |
schedule: | |
- cron: '53 5 * * *' | |
jobs: | |
binary: | |
uses: ./.github/workflows/reusable_ici.yml | |
with: | |
ros_distro: humble | |
ros_repo: main | |
ref_for_scheduled_build: humble |