mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Fix Claude Code installation lock contention in CI workflows (#2815)
This commit is contained in:
parent
08caf77ef6
commit
b1f9c77dd9
5 changed files with 15 additions and 0 deletions
3
.github/workflows/martian-issue-triage.yml
vendored
3
.github/workflows/martian-issue-triage.yml
vendored
|
|
@ -155,6 +155,9 @@ jobs:
|
|||
}
|
||||
EOF
|
||||
|
||||
- name: Clean up stale Claude locks
|
||||
run: rm -rf ~/.claude/.locks ~/.local/state/claude/locks || true
|
||||
|
||||
- name: Run Martian for Issue Triage
|
||||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/martian-test-failure.yml
vendored
3
.github/workflows/martian-test-failure.yml
vendored
|
|
@ -163,6 +163,9 @@ jobs:
|
|||
}
|
||||
EOF
|
||||
|
||||
- name: Clean up stale Claude locks
|
||||
run: rm -rf ~/.claude/.locks ~/.local/state/claude/locks || true
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
uses: anthropics/claude-code-action@v1
|
||||
|
|
|
|||
3
.github/workflows/marvin-dedupe-issues.yml
vendored
3
.github/workflows/marvin-dedupe-issues.yml
vendored
|
|
@ -73,6 +73,9 @@ jobs:
|
|||
PROMPT_END
|
||||
EOF
|
||||
|
||||
- name: Clean up stale Claude locks
|
||||
run: rm -rf ~/.claude/.locks ~/.local/state/claude/locks || true
|
||||
|
||||
- name: Run Marvin dedupe command
|
||||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/marvin-label-triage.yml
vendored
3
.github/workflows/marvin-label-triage.yml
vendored
|
|
@ -124,6 +124,9 @@ jobs:
|
|||
PROMPT_END
|
||||
EOF
|
||||
|
||||
- name: Clean up stale Claude locks
|
||||
run: rm -rf ~/.claude/.locks ~/.local/state/claude/locks || true
|
||||
|
||||
- name: Run Marvin for Issue Triage
|
||||
uses: anthropics/claude-code-action@v1
|
||||
with:
|
||||
|
|
|
|||
3
.github/workflows/marvin.yml
vendored
3
.github/workflows/marvin.yml
vendored
|
|
@ -56,6 +56,9 @@ jobs:
|
|||
app-id: ${{ secrets.MARVIN_APP_ID }}
|
||||
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Clean up stale Claude locks
|
||||
run: rm -rf ~/.claude/.locks ~/.local/state/claude/locks || true
|
||||
|
||||
# Marvin Assistant
|
||||
- name: Run Marvin
|
||||
uses: anthropics/claude-code-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue