Skip to content

Commit

Permalink
Merge pull request #930 from SSWConsulting/make-workflows-concurrent
Browse files Browse the repository at this point in the history
Make workflow jobs concurrent
  • Loading branch information
zacharykeeping authored Sep 13, 2024
2 parents 206a89a + 2878199 commit a6b59f5
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 a6b59f5

Please sign in to comment.