broken ros2 controller - previous worked fine #69
Workflow file for this run
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: CI | |
on: | |
push: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
tests: | |
name: Tests | |
uses: ./.github/workflows/tests.yaml | |
bump: | |
name: Bump | |
needs: tests | |
if: github.event.pull_request.merged == true | |
uses: ./.github/workflows/bump.yaml |