build #731
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: build | |
on: | |
pull_request: | |
schedule: | |
- cron: '12 0 * * *' | |
workflow_dispatch: | |
jobs: | |
build_and_test: | |
name: rmf_battery | |
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main | |
with: | |
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions | |
packages: | | |
rmf_battery |