Skip to content

Commit af2e7f4

Browse files
authored
CCM-11098: Using concurrency in cicd request workflow (#654)
1 parent 1322c1e commit af2e7f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.head_ref || github.ref_name }}
12+
cancel-in-progress: false
13+
14+
1015
jobs:
1116
metadata:
1217
name: "Set CI/CD metadata"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 1.9.2
1+
terraform 1.10.1

0 commit comments

Comments
 (0)