Merge remote-tracking branch 'origin/fix/build-production-needs-tests'

This commit is contained in:
2026-07-29 00:37:02 +08:00
+7
View File
@@ -1192,6 +1192,13 @@ jobs:
runs-on: runtime-builder
timeout-minutes: ${{ matrix.timeout }}
needs:
- validate-code-quality
- validate-type-check
- validate-migration
- unit-tests
- integration-tests
- frontend-lint
- frontend-unit-test
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'push' && github.ref_name == 'main')
strategy:
fail-fast: false