Skip to content

Commit 439a531

Browse files
committed
Don't run checks on prt
1 parent b6a85af commit 439a531

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
pull_request_target:
9-
branches:
10-
- main
118

129
permissions: {}
1310

@@ -64,4 +61,5 @@ jobs:
6461
rm -rf node_modules
6562
pnpm pkg set scripts.prepare="exit 0"
6663
pnpm install --prod --frozen-lockfile
67-
- run: pnpm dlx @modelcontextprotocol/[email protected] --cli --method tools/list -- node dist/esm/index.js
64+
- name: List available tools
65+
run: pnpm dlx @modelcontextprotocol/[email protected] --cli --method tools/list -- node dist/esm/index.js

0 commit comments

Comments
 (0)