Add the ability to flag previously-supported accessories & platforms as not (currently) supported #804
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: clearpath_config_ci | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: "0 0 * * *" # every day at midnight | |
jobs: | |
build_and_test: | |
name: jazzy | |
strategy: | |
matrix: | |
env: | |
- {ROS_DISTRO: jazzy, ROS_REPO: testing} | |
- {ROS_DISTRO: jazzy, ROS_REPO: main} | |
fail-fast: false | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: 'ros-industrial/industrial_ci@master' | |
env: ${{matrix.env}} |