Skip to content

Commit

Permalink
Remove spatial args (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh authored Apr 30, 2024
1 parent 400a75d commit bedac28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Release candidate
on:
workflow_dispatch:
inputs:
ref_branch:
description: Release candidate reference branch (candidates will branch from the reference branch).
required: true
version:
description: Release candidate version. IMPORTANT - required format `X.X.X`, eg `2.0.1`.
required: true
Expand Down Expand Up @@ -41,7 +38,7 @@ jobs:
repository_owner: husarion
repository_name: ${{ matrix.repo }}
new_branch_name: ${{ env.RC_BRANCH_NAME }}
new_branch_ref: ${{ github.event.inputs.ref_branch }}
new_branch_ref: ros2
access_token: ${{ secrets.GH_PAT}}

update_tags_in_compose:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Release Panther project
on:
workflow_dispatch:
inputs:
target_branch:
description: Target branch for the release.
required: true
version:
description: Release version, must match release candidate version. IMPORTANT - required format `X.X.X`, eg `2.0.1`.
required: true
Expand Down Expand Up @@ -149,7 +146,7 @@ jobs:
}
build_and_publish_rpi_image:
name: Build panther docker images
name: Build panther system image
needs:
- release_panther_rpi_os_image
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bedac28

Please sign in to comment.