Skip to content

Commit 772b6ca

Browse files
committed
Ensure terraform-github runs sequentially
1 parent 93ee210 commit 772b6ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/terraform-github.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
name: Terraform GitHub
3+
concurrency:
4+
group: terraform-github
5+
cancel-in-progress: false
6+
queue: max
37
"on":
48
push:
59
branches: [main]

0 commit comments

Comments
 (0)