Skip to content

Commit

Permalink
Fix deploy workflow concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mschenone committed Jun 13, 2024
1 parent 0b60f5d commit b6fb855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

concurrency:
group: deploy-production
group: deploy-prd
cancel-in-progress: true

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- PNX-5088-fix-docs-content-gh-workflow

concurrency:
group: deploy-production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- ghaction

concurrency:
group: deploy-staging
group: deploy-stg
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit b6fb855

Please sign in to comment.