Skip to content

Commit a2e40a9

Browse files
committed
[TMP] Run only Gemini for now
1 parent e86947e commit a2e40a9

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
@@ -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)