Skip to content

Commit 55eb61e

Browse files
authored
build: release-plz could cause multiple run-integration-test workflows to run at once, we need to limit concurrency to avoid stack deployment errors on CloudFormation. (#1148)
1 parent 3318f9e commit 55eb61e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-integration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
# Only run on the main repo, not forks
1414
if: ${{ github.repository_owner == 'aws' }}
1515
runs-on: ubuntu-latest
16+
concurrency:
17+
group: integration-test
18+
cancel-in-progress: false
1619
steps:
1720
- name: install Cargo Lambda
1821
uses: jaxxstorm/action-install-gh-release@v2.1.0

0 commit comments

Comments
 (0)