Skip to content

Commit 68c69fc

Browse files
committed
Temporary: run only Claude Code smoke
1 parent 51a0b6a commit 68c69fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mcp-ai-smoke.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
has_codex=false
7171
has_claude=false
7272
73-
if [ -n "${GEMINI_APIKEY:-}" ]; then
74-
has_gemini=true
75-
fi
73+
#if [ -n "${GEMINI_APIKEY:-}" ]; then
74+
# has_gemini=true
75+
#fi
7676
77-
if [ -n "${OPENAI_APIKEY:-}" ]; then
78-
has_codex=true
79-
fi
77+
#if [ -n "${OPENAI_APIKEY:-}" ]; then
78+
# has_codex=true
79+
#fi
8080
8181
if [ -n "${CLAUDE_APIKEY:-}" ]; then
8282
has_claude=true

0 commit comments

Comments
 (0)