Call rcl_action_goal_status_array_fini() when publishing status failed #115
Workflow file for this run
This file contains hidden or 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: Linux arm64 - Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - develop | |
| - kilted | |
| - jazzy | |
| - humble-hawksbill | |
| workflow_dispatch: | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/linux-arm64-build-and-test.yml | |
| with: | |
| trigger_type: "pr" | |
| secrets: inherit |