From 0df7e3da23164ca9094e6ba3effcd0bbcef54e5f Mon Sep 17 00:00:00 2001 From: Fraser Molyneux Date: Wed, 7 Feb 2024 21:31:57 +0000 Subject: [PATCH] cancel-in-progress messes with Terraform - removing --- .github/workflows/destroy-development.yml | 1 - .github/workflows/feature-development.yml | 2 -- .github/workflows/release-to-production.yml | 1 - 3 files changed, 4 deletions(-) diff --git a/.github/workflows/destroy-development.yml b/.github/workflows/destroy-development.yml index 59c8675..b1eb441 100644 --- a/.github/workflows/destroy-development.yml +++ b/.github/workflows/destroy-development.yml @@ -16,7 +16,6 @@ jobs: concurrency: # # This is required to prevent multiple GitHub Actions invocations against stateful resources. e.g. Terraform state file / Database / Deployed Apps group: ${{ github.repository }}-dev - cancel-in-progress: true steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/feature-development.yml b/.github/workflows/feature-development.yml index dd43297..389f794 100644 --- a/.github/workflows/feature-development.yml +++ b/.github/workflows/feature-development.yml @@ -43,7 +43,6 @@ jobs: concurrency: # This is required to prevent multiple GitHub Actions invocations against stateful resources. e.g. Terraform state file / Database / Deployed Apps group: ${{ github.repository }}-dev - cancel-in-progress: true steps: - uses: actions/checkout@v4 @@ -78,7 +77,6 @@ jobs: concurrency: # This is required to prevent multiple GitHub Actions invocations against stateful resources. e.g. Terraform state file / Database / Deployed Apps group: ${{ github.repository }}-dev - cancel-in-progress: true steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-to-production.yml b/.github/workflows/release-to-production.yml index 39908d4..9261754 100644 --- a/.github/workflows/release-to-production.yml +++ b/.github/workflows/release-to-production.yml @@ -14,7 +14,6 @@ permissions: concurrency: # This is required to prevent multiple runs of the same workflow from running at the same time. group: ${{ github.workflow }} - cancel-in-progress: true jobs: dotnet-web-ci: