naming convention

This commit is contained in:
BodoBolero
2025-01-14 11:49:06 +01:00
parent 6638abda65
commit 2aef4a93e0
2 changed files with 19 additions and 24 deletions

View File

@@ -75,10 +75,10 @@ jobs:
postgres_version: 16
compute_units: '[7, 7]' # we want to test large compute here to avoid compute-side bottleneck
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
shard-split-project: true
admin-api-key: ${{ secrets.NEON_STAGING_ADMIN_API_KEY }}
shard-count: 8
stripe-size: 512
shard_split_project: true
admin_api_key: ${{ secrets.NEON_STAGING_ADMIN_API_KEY }}
shard_count: 8
stripe_size: 512
- name: Initialize Neon project
if: ${{ matrix.target_project == 'new_empty_project' }}