Skip to content

Commit

Permalink
Merge pull request #2166 from bcgov/feature/ALCS-2476-disable-deploy-…
Browse files Browse the repository at this point in the history
…concurrency

ALCS-2476: Reimplement concurrency groups
  • Loading branch information
dylanrogowsky-oxd authored Feb 28, 2025
2 parents cf0fde4 + 9eb7d4a commit 8ffe78f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ jobs:
with:
environment: test
secrets: inherit
concurrency:
group: deploy-test
cancel-in-progress: true
deploy-prod:
needs: deploy-test
uses: ./.github/workflows/deploy.yml
with:
environment: prod
secrets: inherit
secrets: inherit
concurrency:
group: deploy-prod
cancel-in-progress: true

0 comments on commit 8ffe78f

Please sign in to comment.