We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5ae2c commit c546689Copy full SHA for c546689
2 files changed
.github/workflows/tf-build.yaml
@@ -30,6 +30,10 @@ on:
30
env:
31
TERRAFORM_VERSION: 1.12.2
32
33
+concurrency:
34
+ group: terraform-${{ inputs.ENVIRONMENT }}
35
+ cancel-in-progress: false
36
+
37
jobs:
38
terraform-build:
39
defaults:
.github/workflows/tf-release.yaml
@@ -27,6 +27,10 @@ on:
27
28
29
terraform-release:
0 commit comments