mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
fix: remove mcp for claude/claude code review (#1861)
This commit is contained in:
parent
1a36ba5d35
commit
6e4660f834
2 changed files with 6 additions and 0 deletions
3
.github/workflows/claude-code-review.yml
vendored
3
.github/workflows/claude-code-review.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Remove project MCP config (not available in CI)
|
||||
run: rm -f .mcp.json
|
||||
|
||||
- name: Run Claude Code Review
|
||||
id: claude-review
|
||||
uses: anthropics/claude-code-action@v1.0.66
|
||||
|
|
|
|||
3
.github/workflows/claude.yml
vendored
3
.github/workflows/claude.yml
vendored
|
|
@ -43,6 +43,9 @@ jobs:
|
|||
- name: Build dependencies
|
||||
run: make ci-build
|
||||
|
||||
- name: Remove project MCP config (not needed in CI)
|
||||
run: rm -f .mcp.json
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue