Skip to content

Commit 9a55310

Browse files
committed
Prevent backend deploy workflows from auto-cancelling in-progress runs
1 parent 971a643 commit 9a55310

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-admin-backend-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
concurrency:
1616
group: deploy-fpai-admin-backend-${{ github.ref_name == 'prod' && 'prod' || 'dev' }}
17-
cancel-in-progress: true
17+
cancel-in-progress: false
1818

1919
env:
2020
AWS_REGION: us-east-1

.github/workflows/deploy-backend-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
concurrency:
1616
group: deploy-fpai-backend-${{ github.ref_name == 'prod' && 'prod' || 'dev' }}
17-
cancel-in-progress: true
17+
cancel-in-progress: false
1818

1919
env:
2020
AWS_REGION: us-east-1

0 commit comments

Comments
 (0)