We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a836 commit e03cae4Copy full SHA for e03cae4
1 file changed
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Lint
40
run: pnpm run --if-present --recursive --parallel lint
41
42
- deploy-bexample:
+ deploy-example:
43
# 同時実行すると CREATE_IN_PROGRESS や UPDATE_IN_PROGRESS 状態で cdk deploy を行う可能性があるため抑止する
44
concurrency:
45
group: "cloudformation-aws-lambda-mcp-server-example"
0 commit comments