Skip to content

Commit c71ce6c

Browse files
authored
Merge pull request #82 from infinum/feature/ecs
Add dependency
2 parents e17cca7 + 741979e commit c71ce6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-staging-ecs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
environment: ${{ inputs.environment }}
8484
timeout-minutes: ${{ vars.timeout_minutes || 30 }}
85+
needs: build-push-image
8586
steps:
8687
- name: Check out code
8788
uses: actions/checkout@v4

0 commit comments

Comments
 (0)