diff --git a/.github/workflows/terragrunt_create_dev_environment.yml b/.github/workflows/terragrunt_create_dev_environment.yml index a4a10c719..81b5846aa 100644 --- a/.github/workflows/terragrunt_create_dev_environment.yml +++ b/.github/workflows/terragrunt_create_dev_environment.yml @@ -420,7 +420,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-eks,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-eks,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -451,7 +451,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -555,7 +555,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,terragrunt-apply-eks,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-eks,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -586,7 +586,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -617,7 +617,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -648,7 +648,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east] + needs: [terragrunt-apply-common,terragrunt-apply-ecr-us-east] steps: - name: Checkout @@ -679,7 +679,7 @@ jobs: !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') runs-on: ubuntu-latest - needs: [terragrunt-apply-common,,terragrunt-apply-ecr-us-east,terragrunt-apply-rds,terragrunt-apply-eks] + needs: [terragrunt-apply-common,terragrunt-apply-ecr-us-east,terragrunt-apply-rds,terragrunt-apply-eks] steps: - name: Checkout