Feature: Message Definition and Visualization Support for Dynamic Cost Updates #15
Workflow file for this run
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: Jazzy CI | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| pull_request: | |
| workflow_dispatch: | |
| branches: | |
| - '*' | |
| jobs: | |
| jazzy_build_and_test: | |
| uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main | |
| secrets: inherit | |
| with: | |
| ros_distro: jazzy |