Skip to content

Commit

Permalink
fix: Prevent parallel deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKirschbaum committed Mar 9, 2024
1 parent f90f1ec commit bcc80a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

concurrency:
group: deploy

env:
AWS_REGION: eu-central-1
AWS_ROLE_ARN: arn:aws:iam::362408963076:role/GithubActionsUtilsRole
Expand Down

0 comments on commit bcc80a2

Please sign in to comment.