Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
banadiga authored Oct 10, 2024
1 parent 98f3284 commit d231d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/10_Deploy-and-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: Deploy
uses: ./.github/workflows/09_Deploy.yaml
with:
environment: prod
environment: test

wait:
name: Wait
needs:
- deploy
uses: ./.github/workflows/08_Wait-for-deployment.yaml
with:
environment: prod
environment: test
docker_tag: ${{ needs.deploy.outputs.docker_tag }}

0 comments on commit d231d81

Please sign in to comment.