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