Skip to content

Commit f45ca02

Browse files
committed
[TMP] Run only Gemini for now
1 parent 43ac2fc commit f45ca02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
has_gemini=true
7575
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
81-
if [ -n "${CLAUDE_APIKEY:-}" ]; then
82-
has_claude=true
83-
fi
81+
#if [ -n "${CLAUDE_APIKEY:-}" ]; then
82+
# has_claude=true
83+
#fi
8484
8585
echo "has_gemini=${has_gemini}" >> "$GITHUB_OUTPUT"
8686
echo "has_codex=${has_codex}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)