Skip to content

Commit b6fb855

Browse files
committed
Fix deploy workflow concurrency settings
1 parent 0b60f5d commit b6fb855

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/deploy-prd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
concurrency:
10-
group: deploy-production
10+
group: deploy-prd
1111
cancel-in-progress: true
1212

1313
jobs:

.github/workflows/deploy-production.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- PNX-5088-fix-docs-content-gh-workflow
89

910
concurrency:
1011
group: deploy-production

.github/workflows/deploy-stg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- ghaction
88

99
concurrency:
10-
group: deploy-staging
10+
group: deploy-stg
1111
cancel-in-progress: true
1212

1313
jobs:

0 commit comments

Comments
 (0)