Skip to content

Commit 2e40c85

Browse files
authored
Merge pull request #2296 from Kobzol/ci-concurrency
Ensure that deploys are not concurrent
2 parents d30a7f4 + 4d0f88a commit 2e40c85

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)