Skip to content

Commit 682ba64

Browse files
committed
Add concurrency checks
1 parent 5ed772d commit 682ba64

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/api-deploy-production-ecs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
with:
1616
environment: production
1717
secrets: inherit
18+
concurrency:
19+
group: ${{ github.workflow }}
20+
cancel-in-progress: true

.github/workflows/api-deploy-staging-ecs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
with:
1818
environment: staging
1919
secrets: inherit
20+
concurrency:
21+
group: ${{ github.workflow }}
22+
cancel-in-progress: true

0 commit comments

Comments
 (0)