Skip to content

Commit

Permalink
Ros2 fix workflow (#292)
Browse files Browse the repository at this point in the history
* Fix typo in release project workflow

* Switch to different branch in rpi os img

* Trigger release rpi os image release only if automatic release

* Restore original reference branch
  • Loading branch information
pawelirh authored May 1, 2024
1 parent 939e8cf commit 69b7e1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ jobs:
}
release_panther_rpi_os_image:
name: Release panther-rpi-os-image repository
name: Release panther-rpi-os-img repository
if: ${{ github.event.inputs.automatic_mode == true }}
needs:
- release_panther_docker
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -157,7 +158,7 @@ jobs:
uses: convictional/[email protected]
with:
owner: husarion
repo: panther-rpi-os-image
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: build_and_deploy_image.yaml
ref: ${{ env.MAIN_BRANCH }}
Expand Down

0 comments on commit 69b7e1d

Please sign in to comment.