Skip to content

Commit

Permalink
Restore branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Jun 5, 2024
1 parent cf77e31 commit b992438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
repo: panther-docker
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: update-tags-in-compose.yaml
# ref: ${{ env.RC_BRANCH_NAME }}
ref: ros2-improve-release-process
ref: ${{ env.RC_BRANCH_NAME }}
wait_interval: 10
client_payload: |
{
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
repo: panther_msgs
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: release-repository.yaml
# ref: ${{ env.RC_BRANCH_NAME }}
ref: ros2-improve-release-process
ref: ${{ env.RC_BRANCH_NAME }}
wait_interval: 10
client_payload: |
{
Expand All @@ -66,8 +65,7 @@ jobs:
repo: panther_ros
github_token: ${{ secrets.GITHUB_TOKEN }} # Use the default GITHUB_TOKEN for local repository
workflow_file_name: release-repository.yaml
# ref: ${{ env.RC_BRANCH_NAME }}
ref: ros2-improve-release-process
ref: ${{ env.RC_BRANCH_NAME }}
wait_interval: 10
client_payload: |
{
Expand Down Expand Up @@ -112,8 +110,7 @@ jobs:
repo: panther-docker
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: release-repository.yaml
# ref: ${{ env.RC_BRANCH_NAME }}
ref: ros2-improve-release-process
ref: ${{ env.RC_BRANCH_NAME }}
wait_interval: 10
client_payload: |
{
Expand Down Expand Up @@ -163,8 +160,7 @@ jobs:
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: release-repository.yaml
# ref: ${{ env.RC_BRANCH_NAME }}
ref: ros2-improve-release-process
ref: ${{ env.RC_BRANCH_NAME }}
wait_interval: 10
client_payload: |
{
Expand Down

0 comments on commit b992438

Please sign in to comment.