Skip to content

Commit

Permalink
cancel-in-progress messes with Terraform - removing
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Feb 7, 2024
1 parent e71ee7b commit 0df7e3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/destroy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/feature-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0df7e3d

Please sign in to comment.