Skip to content

Commit adc6bdc

Browse files
committed
fix: FTRS-386 Added for testing the vpce creation
1 parent 4a49538 commit adc6bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline-deploy-account-infrastructure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
manual-approval:
112112
name: "Manual approval for ${{ needs.metadata.outputs.environment }} infrastructure deployment"
113-
if: ${{ github.ref == 'refs/heads/main' && (needs.plan-infrastructure.outputs.plan_result == 'true') }}
113+
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/task/FTRS-386_Security_group_rule_review') && (needs.plan-infrastructure.outputs.plan_result == 'true') }}
114114
needs:
115115
- metadata
116116
- plan-infrastructure
@@ -125,7 +125,7 @@ jobs:
125125
concurrency:
126126
group: "${{ matrix.environment }}-default-${{ matrix.name }}-${{matrix.stacks}}"
127127
cancel-in-progress: false
128-
if: github.ref == 'refs/heads/main'
128+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/task/FTRS-386_Security_group_rule_review'
129129
needs:
130130
- metadata
131131
- manual-approval

0 commit comments

Comments
 (0)