Fix if condition for mistral

This commit is contained in:
Mark Pollack
2024-11-08 17:18:57 -05:00
parent 499d9fff10
commit 6ec93b8040

View File

@@ -89,6 +89,7 @@ jobs:
test-mistral-ai:
runs-on: ubuntu-latest
if: ${{ github.secrets.MISTRAL_AI_API_KEY != '' }}
env:
MISTRAL_AI_API_KEY: ${{ github.secrets.MISTRAL_AI_API_KEY }}
steps: