Skip to content

Commit

Permalink
Make workflows concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping committed Sep 13, 2024
1 parent 206a89a commit 2878199
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/template-deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ jobs:
secrets: inherit

deploy-api:
needs: deploy-ui
uses: ./.github/workflows/template-deploy-api.yml
with:
environment: ${{ inputs.environment }}
secrets: inherit

deploy-docker:
if: inputs.environment == 'Production'
needs: deploy-api
uses: ./.github/workflows/template-deploy-docker.yml
secrets: inherit

0 comments on commit 2878199

Please sign in to comment.