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