diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index 93b2a16c..d9d43c6e 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -80,6 +80,9 @@ jobs: if: github.event_name != 'pull_request_target' && github.event_name != 'pull_request' runs-on: ubuntu-latest needs: build-and-test + concurrency: + group: deploy-development + cancel-in-progress: false environment: name: "Development" @@ -174,6 +177,9 @@ jobs: if: github.event_name != 'pull_request_target' && github.event_name != 'pull_request' runs-on: ubuntu-latest needs: [deploy-development] + concurrency: + group: deploy-production + cancel-in-progress: false environment: name: "Production"