Skip to content

Commit 71730d4

Browse files
committed
Merge branch 'main' into converter
2 parents 9959289 + af602b7 commit 71730d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
paths-ignore:
1313
- "README.md"
1414

15+
concurrency:
16+
group: DEV-org
17+
1518
# Testing only needs permissions to read the repository contents.
1619
permissions:
1720
contents: read
@@ -50,7 +53,7 @@ jobs:
5053
matrix:
5154
# list whatever Terraform versions here you would like to support
5255
terraform:
53-
- "1.0.*"
56+
# - "1.0.*"
5457
- "1.9.*"
5558
steps:
5659
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)