Skip to content

Commit 59d446c

Browse files
committed
add concurrency deploy lock
1 parent cd1d447 commit 59d446c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aws.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ permissions:
99
id-token: write # required for requesting the JWT for OpenID Connect (OIDC)
1010
contents: read # required for actions/checkout
1111

12+
concurrency:
13+
group: ci-${{ github.workflow }}-${{ job.environment.name }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
deploy:
1418
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)