Skip to content

Commit 5d57d9b

Browse files
Merge branch 'main' into feature/CCM-10931_remove-app-disallowed-characters
2 parents 764d886 + af2e7f4 commit 5d57d9b

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)