Skip to content

Commit 23f3b88

Browse files
lkostrowskiclaude
andauthored
ci: build PR test deployments with staging schema (#6866)
PR test envs run core unstable/unreleased main, so the released schema breaks against them. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 408bec4 commit 23f3b88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-automation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
IS_CLOUD_INSTANCE: true
144144
ENABLED_SERVICE_NAME_HEADER: true
145145
ONBOARDING_USER_JOINED_DATE_THRESHOLD: ${{ vars.STAGING_ONBOARDING_USER_JOINED_DATE_THRESHOLD }}
146+
# PR test envs run core unstable/unreleased main, so build against the staging schema
147+
FF_USE_STAGING_SCHEMA: true
146148
run: pnpm run build
147149

148150
- name: Upload Build

0 commit comments

Comments
 (0)