From 2fb903cf2cb5bc69fd37abda3c32f858df4d7f97 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Fri, 25 Oct 2024 11:01:41 -0700 Subject: [PATCH] Update terraform_codebuild_plan.yaml --- .github/workflows/terraform_codebuild_plan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform_codebuild_plan.yaml b/.github/workflows/terraform_codebuild_plan.yaml index 39353a5..55c55a9 100644 --- a/.github/workflows/terraform_codebuild_plan.yaml +++ b/.github/workflows/terraform_codebuild_plan.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: concurrency: - group: ${{ github.repo }}-${{ vars.terraform_workspace }} + group: ${{ github.repo }}-${{ vars.terraform_workspace }}-codebuild permissions: write-all # A workflow run is made up of one or more jobs that can run sequentially or in parallel