Skip to content

Commit

Permalink
ALCS-2476: Reimplement concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanrogowsky-oxd committed Feb 27, 2025
1 parent cf0fde4 commit 9eb7d4a
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 9eb7d4a

Please sign in to comment.