File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments