Skip to content

Commit 4b6ebd8

Browse files
committed
update concurrency groups
1 parent 59ea485 commit 4b6ebd8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deploy-dev:
2828
runs-on: ubuntu-latest
2929
concurrency:
30-
group: ${{ github.event.repository.name }}-dev
30+
group: ${{ github.event.repository.name }}-dev-aws
3131
cancel-in-progress: false
3232
environment: "AWS DEV"
3333
name: Deploy to AWS DEV
@@ -59,7 +59,7 @@ jobs:
5959
deploy-cf-pages-dev:
6060
runs-on: ubuntu-latest
6161
concurrency:
62-
group: ${{ github.event.repository.name }}-dev
62+
group: ${{ github.event.repository.name }}-dev-cf
6363
cancel-in-progress: false
6464
permissions:
6565
contents: read

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deploy-dev:
2828
runs-on: ubuntu-latest
2929
concurrency:
30-
group: ${{ github.event.repository.name }}-dev
30+
group: ${{ github.event.repository.name }}-dev-aws
3131
cancel-in-progress: false
3232
environment: "AWS DEV"
3333
name: Deploy to AWS DEV
@@ -59,7 +59,7 @@ jobs:
5959
deploy-cf-pages-dev:
6060
runs-on: ubuntu-latest
6161
concurrency:
62-
group: ${{ github.event.repository.name }}-dev
62+
group: ${{ github.event.repository.name }}-dev-cf
6363
cancel-in-progress: false
6464
permissions:
6565
contents: read
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: ubuntu-latest
115115
name: Deploy to AWS PROD
116116
concurrency:
117-
group: ${{ github.event.repository.name }}-prod
117+
group: ${{ github.event.repository.name }}-prod-aws
118118
cancel-in-progress: false
119119
needs:
120120
- test
@@ -150,7 +150,7 @@ jobs:
150150
contents: read
151151
deployments: write
152152
concurrency:
153-
group: ${{ github.event.repository.name }}-prod
153+
group: ${{ github.event.repository.name }}-prod-cf
154154
cancel-in-progress: false
155155
name: Deploy to Cloudflare Pages Prod
156156
environment: "Cloudflare Pages"

0 commit comments

Comments
 (0)