File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
run : exit 1
81
81
82
82
- name : Terraform Apply
83
- if : github.ref == 'refs/heads/deploy-xc-nap ' && github.event_name == 'push'
83
+ if : github.ref == 'refs/heads/main ' && github.event_name == 'push'
84
84
run : terraform apply -auto-approve -input=false
85
85
86
86
terraform_eks :
@@ -154,7 +154,7 @@ jobs:
154
154
run : exit 1
155
155
156
156
- name : Terraform Apply
157
- if : github.ref == 'refs/heads/deploy-xc-nap ' && github.event_name == 'push'
157
+ if : github.ref == 'refs/heads/main ' && github.event_name == 'push'
158
158
run : terraform apply -auto-approve -input=false
159
159
160
160
terraform_nap :
@@ -228,7 +228,7 @@ jobs:
228
228
run : exit 1
229
229
230
230
- name : Terraform Apply
231
- if : github.ref == 'refs/heads/deploy-xc-nap ' && github.event_name == 'push'
231
+ if : github.ref == 'refs/heads/main ' && github.event_name == 'push'
232
232
run : terraform apply -auto-approve -input=false
233
233
234
234
terraform_arcadia :
@@ -301,5 +301,5 @@ jobs:
301
301
run : exit 1
302
302
303
303
- name : Terraform Apply
304
- if : github.ref == 'refs/heads/deploy-xc-nap ' && github.event_name == 'push'
304
+ if : github.ref == 'refs/heads/main ' && github.event_name == 'push'
305
305
run : terraform apply -auto-approve -input=false
You can’t perform that action at this time.
0 commit comments