Skip to content

Commit

Permalink
feat: updated release_onboarding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarcoplutino committed Mar 7, 2025
1 parent 4cf9b78 commit ae8c9df
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release_onboarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,49 +40,49 @@ jobs:
- name: Trigger Functions Infra Release
run: |
gh workflow run release_functions_infra.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger Mongo Infra Release
run: |
gh workflow run release_mongo_infra.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger PNPG Functions Infra Release
run: |
gh workflow run release_functions_pnpg_infra.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger PNPG Mongo Infra Release
run: |
gh workflow run release_mongo_pnpg_infra.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger Functions Release
run: |
gh workflow run release_functions.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger Onboarding ms Release
run: |
gh workflow run release_ms.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger Onboarding CDC Release
run: |
gh workflow run release_cdc.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger PNPG Functions Release
run: |
gh workflow run release_pnpg_functions.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger PNPG Onboarding ms Release
run: |
gh workflow run release_pnpg_ms.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}
- name: Trigger PNPG Onboarding CDC Release
run: |
gh workflow run release_pnpg_cdc.yml \
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }}
--ref ${{ steps.get_branch.outputs.BRANCH_NAME }} -f env=${{ inputs.env }}

0 comments on commit ae8c9df

Please sign in to comment.