Skip to content

Commit b96a21f

Browse files
committed
Fix
1 parent f44806a commit b96a21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_spicebench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: ./.github/actions/setup-cc
6464

6565
- uses: ./.github/actions/management-login
66-
if: ${{ env.SYSTEM_UNDER_TEST == 'spice_cloud' || startsWith(env.SYSTEM_UNDER_TEST, 'postgres-') }}
66+
if: ${{ env.SYSTEM_UNDER_TEST == 'spice_cloud' || startsWith(env.SYSTEM_UNDER_TEST, 'postgres-') || startsWith(env.SYSTEM_UNDER_TEST, 'mongodb-') || startsWith(env.SYSTEM_UNDER_TEST, 'dynamodb-') }}
6767
with:
6868
token-url: https://spice.ai/api/oauth/token
6969
client-id: ${{ secrets.SPICE_MANAGEMENT_CLIENT_ID_PROD }}

0 commit comments

Comments
 (0)