Skip to content

Commit 846e5cf

Browse files
authored
[PRMP-1720] Individualise Sandbox job cleanup (#277)
1 parent 39c79fe commit 846e5cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/terraform-destroy-dev-environments-cron.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: ./.github/workflows/cleanup-cloudfront-edge-associations.yml
1616
strategy:
1717
matrix:
18-
# Update with new sandbox environments here
1918
sandbox-name: [ndra, ndrb, ndrc, ndrd]
2019
with:
2120
sandbox_workspace: ${{ matrix.sandbox-name }}
@@ -31,7 +30,6 @@ jobs:
3130
uses: ./.github/workflows/cleanup-appconfig-and-lambda-layer-versions.yml
3231
strategy:
3332
matrix:
34-
# Update with new sandbox environments here
3533
sandbox-name: [ndra, ndrb, ndrc, ndrd]
3634
with:
3735
build_branch: main
@@ -48,11 +46,10 @@ jobs:
4846

4947
strategy:
5048
matrix:
51-
# Can't use an env var here unfortunately, we will have to update here with new sandbox environments
5249
sandbox-name: [ndra, ndrb, ndrc, ndrd]
50+
fail-fast: false
5351

5452
steps:
55-
# Checkout the repository to the GitHub Actions runner
5653
- name: Checkout
5754
uses: actions/checkout@v4
5855
with:
@@ -69,7 +66,6 @@ jobs:
6966
- name: View AWS Role
7067
run: aws sts get-caller-identity
7168

72-
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
7369
- name: Setup Terraform
7470
uses: hashicorp/setup-terraform@v3
7571
with:

0 commit comments

Comments
 (0)