Skip to content

Commit

Permalink
CI setup for pre-release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 28, 2023
1 parent e3528b5 commit c9702df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- os: ubuntu-22.04
ros: humble
python: python3
ci_branch: ros2-devel
ci_branch: ros2-pre-release
- os: ubuntu-22.04
ros: iron
ci_branch: ros2-devel
ci_branch: ros2-pre-release
python: python3
- os: ubuntu-22.04
ros: rolling
python: python3
ci_branch: ros2-devel
ci_branch: ros2-pre-release

runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generic FlexBE States ![Build Status](https://github.com/flexbe/generic_flexbe_states/workflows/FlexBE%20CI/badge.svg?branch=ros2-devel)
# Generic FlexBE States ![Build Status](https://github.com/flexbe/generic_flexbe_states/workflows/FlexBE%20CI/badge.svg?branch=ros2-pre-release)

A collection of robot-agnostic FlexBE states for navigation, manipulation,
perception, etc. They are agnostic in the sense that they only depend on
Expand Down

0 comments on commit c9702df

Please sign in to comment.