Make rmw_destroy_wait_set return RMW_RET_INVALID_ARGUMENT (#766) #71
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: Mirror rolling to master | |
on: | |
push: | |
branches: [ rolling ] | |
jobs: | |
mirror-to-master: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: zofrex/mirror-branch@v1 | |
with: | |
target-branch: master |