Skip to content

ci for each ROS distro #4

ci for each ROS distro

ci for each ROS distro #4

name: ROS Galactic Firmware Build
on:
pull_request:
branches:
- galactic*
paths-ignore:
- 'docs/**'
- .gitignore
- LICENSE
- README.md
push:
branches:
- galactic*
paths-ignore:
- 'docs/**'
- .gitignore
- LICENSE
- README.md
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
workflow_dispatch:
jobs:
firmware:
uses: ./.github/workflows/reusable-platformio-ci.yml
with:
ros_distro: galactic