Skip to content

Commit e03cae4

Browse files
committed
ワークフロージョブ名の誤りを修正
1 parent 4c2a836 commit e03cae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Lint
4040
run: pnpm run --if-present --recursive --parallel lint
4141

42-
deploy-bexample:
42+
deploy-example:
4343
# 同時実行すると CREATE_IN_PROGRESS や UPDATE_IN_PROGRESS 状態で cdk deploy を行う可能性があるため抑止する
4444
concurrency:
4545
group: "cloudformation-aws-lambda-mcp-server-example"

0 commit comments

Comments
 (0)