Skip to content

Commit 8c0f329

Browse files
Enable cancellation of in-progress production deploys
1 parent 43d61d1 commit 8c0f329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
needs: [deploy-development]
180180
concurrency:
181181
group: deploy-production
182-
cancel-in-progress: false
182+
cancel-in-progress: true
183183
environment:
184184
name: "Production"
185185

0 commit comments

Comments
 (0)