We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86947e commit a2e40a9Copy full SHA for a2e40a9
1 file changed
.github/workflows/mcp-ai-smoke.yml
@@ -74,13 +74,13 @@ jobs:
74
has_gemini=true
75
fi
76
77
- if [ -n "${OPENAI_APIKEY:-}" ]; then
78
- has_codex=true
79
- fi
+ #if [ -n "${OPENAI_APIKEY:-}" ]; then
+ # has_codex=true
+ #fi
80
81
- if [ -n "${CLAUDE_APIKEY:-}" ]; then
82
- has_claude=true
83
+ #if [ -n "${CLAUDE_APIKEY:-}" ]; then
+ # has_claude=true
84
85
echo "has_gemini=${has_gemini}" >> "$GITHUB_OUTPUT"
86
echo "has_codex=${has_codex}" >> "$GITHUB_OUTPUT"
0 commit comments