We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08ed48 commit 5a79b3eCopy full SHA for 5a79b3e
.github/workflows/terragrunt-dev.yaml
@@ -210,15 +210,8 @@ jobs:
210
test-suite-name: infra-base
211
cluster-name: ${{ env.ENVIRONMENT_NAME }}
212
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
-
220
- name: Terragrunt Apply
221
- # if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
222
uses: the-commons-project/terragrunt-github-actions@master
223
with:
224
tf_actions_version: ${{ env.tf_version }}
0 commit comments