Skip to content

Commit 05a2e4a

Browse files
committed
CCM-11098: Using concurrency in cicd request workflow
1 parent dce6c60 commit 05a2e4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches:
88
- "**"
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: false
13+
14+
1015
jobs:
1116
metadata:
1217
name: "Set CI/CD metadata"

0 commit comments

Comments
 (0)