Adapt API style of lock_memory to match the one of the other function… #14
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: Humble Coverage Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
concurrency: | |
# cancel previous runs of the same workflow, except for pushes on humble branch | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }} | |
jobs: | |
coverage: | |
name: coverage build | |
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master | |
secrets: inherit | |
with: | |
ros_distro: humble |