Skip to content

Commit e5bddcb

Browse files
authored
Merge pull request #520 from stackhpc/terraform-github-concurrency
Ensure terraform-github runs sequentially
2 parents 93ee210 + 772b6ca commit e5bddcb

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)