Skip to content

Commit

Permalink
Use always() in if condition
Browse files Browse the repository at this point in the history
to force github actions to complete workflow
  • Loading branch information
ruffsl committed Jul 10, 2024
1 parent 39ca865 commit 6126f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
build_prod_images:
name: Prod
uses: ros-navigation/navigation2/.github/workflows/build_prod_images.yaml@buildkit
if: needs.colcon_build_test.outputs.build_result == 'success'
if: ${{ always() && (needs.colcon_build_test.outputs.build_result == 'success') }}
secrets: inherit
needs:
- build_base_images
Expand Down

0 comments on commit 6126f1f

Please sign in to comment.