Skip to content

Commit

Permalink
Merge pull request #2171 from bcgov/backport/pr-2166
Browse files Browse the repository at this point in the history
Backport: ALCS-2476: Reimplement concurrency groups
  • Loading branch information
dylanrogowsky-oxd authored Feb 28, 2025
2 parents 4db2150 + 85fff58 commit 27927ea
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 27927ea

Please sign in to comment.