From 55e9e3c4656e52aa7099da47b6518952d98932d7 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 10 Oct 2024 11:14:01 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index fb864b0..49d8db5 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -6,6 +6,9 @@ on: pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + +concurrency: + group: ${{ github.repo }}-${{ vars.terraform_workspace }} permissions: write-all # A workflow run is made up of one or more jobs that can run sequentially or in parallel