Merge branch 'dev' into promptless/document-developer-tools

This commit is contained in:
promptless[bot] 2026-04-15 17:22:34 +00:00
commit 6cca30ff7f
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ env:
jobs:
setup-tests-with-custom-base-port:
if: ${{ (github.head_ref || github.ref_name) == 'dev' }}
runs-on: ubicloud-standard-16
env:
NEXT_PUBLIC_STACK_PORT_PREFIX: "69"

View File

@ -16,6 +16,7 @@ env:
jobs:
setup-tests:
if: ${{ (github.head_ref || github.ref_name) == 'dev' }}
runs-on: ubicloud-standard-16
env:
STACK_EXTERNAL_DB_SYNC_MAX_DURATION_MS: "20000"