Skip to content

Commit 6f9210f

Browse files
committed
Applying back testkube after a manual delete
1 parent 5a79b3e commit 6f9210f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/terragrunt-dev.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@ jobs:
203203
KUBERGRUNT_EXEC: ${{ github.workspace }}/tmp_bin/kubergrunt
204204
# TF_LOG: DEBUG
205205

206-
- name: Testkube Pre-Apply - infra-base
207-
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
208-
uses: ManagedKube/[email protected]
209-
with:
210-
test-suite-name: infra-base
211-
cluster-name: ${{ env.ENVIRONMENT_NAME }}
206+
# - name: Testkube Pre-Apply - infra-base
207+
# # if: github.ref == 'refs/heads/master' && github.event_name == 'push'
208+
# uses: ManagedKube/[email protected]
209+
# with:
210+
# test-suite-name: infra-base
211+
# cluster-name: ${{ env.ENVIRONMENT_NAME }}
212212

213213
- name: Terragrunt Apply
214-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
214+
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
215215
uses: the-commons-project/terragrunt-github-actions@master
216216
with:
217217
tf_actions_version: ${{ env.tf_version }}

0 commit comments

Comments
 (0)