Skip to content

Commit

Permalink
chore: dedupe concurrency prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 22, 2022
1 parent 9435f24 commit e60efb0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-@cdktf-api-core.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-core
package: "@cdktf/api-core"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-@cdktf-commons.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-commons
package: "@cdktf/commons"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-@cdktf-hcl2cdk.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-hcl2cdk
package: "@cdktf/hcl2cdk"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-@cdktf-hcl2json.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-hcl2json
package: "@cdktf/hcl2json"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-@cdktf-provider-generator.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-provider-generator
package: "@cdktf/provider-generator"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
4 changes: 3 additions & 1 deletion .github/workflows/unit-all.yml
Expand Up @@ -23,10 +23,12 @@ jobs:
"@cdktf/hcl2cdk",
"@cdktf/hcl2json",
"@cdktf/provider-generator",
"@cdktf/commons",
"@cdktf/cli-core",
]
terraform_version: ["1.1.9", "1.2.8"]
with:
concurrency_group_prefix: unit-all
concurrency_group_prefix: pr-all
package: ${{ matrix.package }}
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-cdktf-cli.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf-cli
package: "cdktf-cli"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-cdktf.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
terraform_version: ["1.2.8"]
with:
concurrency_group_prefix: release
concurrency_group_prefix: pr-cdktf
package: "cdktf"
terraform_version: ${{ matrix.terraform_version }}
secrets: inherit

0 comments on commit e60efb0

Please sign in to comment.