Skip to content

Commit

Permalink
fix: makes release/publish depend on integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 24, 2023
1 parent b8b111d commit 7a1229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}
release:
uses: ./.github/workflows/release.yml
needs: [build, check]
needs: [build, check, integrate]
with:
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
Expand All @@ -53,7 +53,7 @@ jobs:
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}
publish:
uses: ./.github/workflows/publish.yml
needs: [build, check]
needs: [build, check, integrate]
with:
aws_ecr_registry: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
aws_role_arn: arn:aws:iam::332405224602:role/ci
Expand Down

0 comments on commit 7a1229e

Please sign in to comment.