Skip to content

Commit e3b82bf

Browse files
authored
feat: configure concurency in deploy workflow to prevent multiple runs at the same time (#156)
1 parent 4846e5d commit e3b82bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ env:
1212
AWS_DEFAULT_REGION: us-east-1
1313
TG_WORKING_DIR: terragrunt/live/website
1414

15+
# configure concurrency to prevent multiple runs at the same time
16+
concurrency:
17+
group: ${{ github.workflow }}
18+
1519
jobs:
1620
build:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)