Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Oct 10, 2024
1 parent c9a46c6 commit 18359eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/terragrunt_create_dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18359eb

Please sign in to comment.