Skip to content

Commit

Permalink
Signed-off-by: Esteban Martinena <orensbruli@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Dec 10, 2022
1 parent acad473 commit 41e0f18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
branches:
- main
workflow_dispatch:
inputs:
reusable_branch:
required: true
default: main
schedule:
- cron: '23 0 * * *'

jobs:
build_and_test:
name: rmf_ros2
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@tsan
with:
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
# TODO(MXG): rmf_fleet_adapter_python tests are failing in the CI, and it seems to be related to https://github.com/ros2/launch/pull/592. Figure out how to fix this.
Expand Down

0 comments on commit 41e0f18

Please sign in to comment.