Skip to content

Commit 7a108fa

Browse files
committed
Add concurrency configuration for deploy-prod-stack group
1 parent 58e7ba1 commit 7a108fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches:
88
- feat/github-actions
99

10+
concurrency:
11+
group: deploy-prod-stack
12+
1013
jobs:
1114
auto-update:
1215
runs-on: ubuntu-latest

.github/workflows/demo-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- feat/github-actions**
1010

11+
concurrency:
12+
group: deploy-prod-stack
13+
1114
jobs:
1215
demo-test:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)