Skip to content

Commit

Permalink
✨ add deploy-to-ecr condition again
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystrawberry committed Nov 13, 2023
1 parent 006e02e commit ff0ecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
defaults:
run:
working-directory: ./terraform
# needs: deploy-to-ecr # Wait for the deploy-to-ecr job to finish because we need the Docker image tag
needs: deploy-to-ecr # Wait for the deploy-to-ecr job to finish because we need the Docker image tag
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit ff0ecc0

Please sign in to comment.