Skip to content

Commit

Permalink
Disable release panther_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed May 1, 2024
1 parent 75d9b67 commit 34e3338
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,34 @@ jobs:
# "prerelease": "${{ github.event.inputs.prerelease }}"
# }

release_panther_ros:
name: Release panther_ros repository
# release_panther_ros:
# name: Release panther_ros repository
# needs:
# - release_panther_msgs
runs-on: ubuntu-22.04
steps:
- name: Trigger panther_ros release workflow
uses: convictional/[email protected]
with:
owner: husarion
repo: panther_ros
github_token: ${{ secrets.GITHUB_TOKEN }} # Use the default GITHUB_TOKEN for local repository
workflow_file_name: release-repository.yaml
ref: ros2-skip-completed-steps
wait_interval: 10
client_payload: |
{
"target_branch": "${{ env.RC_BRANCH_NAME }}",
"version": "${{ github.event.inputs.version }}",
"release_name": "${{ github.event.inputs.release_name }}",
"automatic_mode": "${{ github.event.inputs.automatic_mode }}",
"prerelease": "${{ github.event.inputs.prerelease }}"
}
# runs-on: ubuntu-22.04
# steps:
# - name: Trigger panther_ros release workflow
# uses: convictional/[email protected]
# with:
# owner: husarion
# repo: panther_ros
# github_token: ${{ secrets.GITHUB_TOKEN }} # Use the default GITHUB_TOKEN for local repository
# workflow_file_name: release-repository.yaml
# ref: ros2-skip-completed-steps
# wait_interval: 10
# client_payload: |
# {
# "target_branch": "${{ env.RC_BRANCH_NAME }}",
# "version": "${{ github.event.inputs.version }}",
# "release_name": "${{ github.event.inputs.release_name }}",
# "automatic_mode": "${{ github.event.inputs.automatic_mode }}",
# "prerelease": "${{ github.event.inputs.prerelease }}"
# }

release_panther_docker:
name: Release panther-docker repository
needs:
- release_panther_ros
# needs:
# - release_panther_ros
runs-on: ubuntu-22.04
steps:
- name: Trigger repository release workflow
Expand Down

0 comments on commit 34e3338

Please sign in to comment.