ci for each ROS distro #3
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: ROS Galactic Firmware Build | |
on: | |
pull_request: | |
branches: | |
- galactic* | |
push: | |
branches: | |
- galactic* | |
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 |