Skip to content

Commit 4d0f88a

Browse files
committed
Ensure that deploys are not concurrent
We have a merge queue now, but we still deploy from master - make sure that we always deploy at most one version at a time.
1 parent d30a7f4 commit 4d0f88a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
env:
99
AWS_ACCESS_KEY_ID: AKIA46X5W6CZBLO3VBND
1010

11+
concurrency: deploy
12+
1113
jobs:
1214
deploy:
1315
name: Deploy

0 commit comments

Comments
 (0)