Skip to content

Commit

Permalink
workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Oct 10, 2024
1 parent dd4d81a commit 3ad6116
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/terragrunt_create_dev_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
role-to-assume: arn:aws:iam::${{env.ACCOUNT_ID}}:role/notification-api-apply
role-session-name: NotifyApiGitHubActions
aws-region: "ca-central-1"

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
runs-on: ubuntu-latest
needs: [terragrunt-apply-common,terragrunt-apply-ecr]
needs: [terragrunt-apply-common,terragrunt-apply-ecr,terragrunt-apply-ecr-us-east]

steps:
- name: Checkout
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
runs-on: ubuntu-latest
needs: [terragrunt-apply-common,terragrunt-apply-elasticache,terragrunt-apply-ecr]
needs: [terragrunt-apply-common,terragrunt-apply-elasticache,terragrunt-apply-ecr,terragrunt-apply-ecr-us-east]

steps:
- name: Checkout
Expand Down 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]
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]
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]
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]
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]
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]
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,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 3ad6116

Please sign in to comment.