Change branching strategy (#142)
* Change branching strategy - now `master` targets Foxy and `dashing-eloquent` targets Dashing and Eloquent fix https://github.com/ros2/rmw_cyclonedds/issues/128
This commit is contained in:
parent
d8a8d7f0b7
commit
4ac0536eff
2 changed files with 5 additions and 9 deletions
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
|
@ -5,15 +5,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rosdistro: [dashing, eloquent, master]
|
||||
rosdistro: [master]
|
||||
os: [ubuntu-18.04, macOS-latest, windows-latest]
|
||||
exclude:
|
||||
# pending https://github.com/ament/ament_cmake/pull/233
|
||||
- rosdistro: eloquent
|
||||
os: windows-latest
|
||||
# pending https://github.com/ament/ament_cmake/pull/234
|
||||
- rosdistro: dashing
|
||||
os: windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- if: runner.os == 'Linux'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue