Skip to content

Commit 0a693f9

Browse files
authored
Add concurrency config to deploy-api-lambda workflow (#1815)
1 parent 813939d commit 0a693f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-api-lambda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: ./.github/workflows/build-api-lambda.yml
1616

1717
deploy:
18+
concurrency: ${{ github.workflow }}
1819
permissions:
1920
contents: read
2021
id-token: write

0 commit comments

Comments
 (0)