Skip to content

Commit 5a79b3e

Browse files
committed
DEBUG: removing terraform apply
1 parent f08ed48 commit 5a79b3e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/terragrunt-dev.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,8 @@ jobs:
210210
test-suite-name: infra-base
211211
cluster-name: ${{ env.ENVIRONMENT_NAME }}
212212

213-
# - name: Testkube Pre-Apply
214-
# # if: github.ref == 'refs/heads/master' && github.event_name == 'push'
215-
# uses: ManagedKube/[email protected]
216-
# with:
217-
# test-suite-name: infra-local #'infra-base'
218-
# cluster-name: ${{ env.ENVIRONMENT_NAME }}
219-
220213
- name: Terragrunt Apply
221-
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
214+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
222215
uses: the-commons-project/terragrunt-github-actions@master
223216
with:
224217
tf_actions_version: ${{ env.tf_version }}

0 commit comments

Comments
 (0)