chore(sync): merge main → next (B1) — resolve 8 conflicts, restore next current #1041

Merged
mos-dt-0 merged 155 commits from sync/b1-main-into-next into next 2026-08-03 10:17:07 +00:00
Showing only changes of commit a959b1d6b4 - Show all commits
+8 -1
View File
@@ -7,7 +7,14 @@ variables:
- &enable_pnpm 'corepack enable'
when:
- event: [push, pull_request, manual]
# PR + manual CI run on any branch — the pull_request pipeline is the merge gate.
# push CI is restricted to protected branches (main) so a feature-branch push no
# longer fires a redundant SECOND pipeline alongside its PR pipeline. This ~halves
# CI load on the storage-constrained runner with zero loss of gating (branch
# protection requires no push/ci status context; main still gets full push CI).
- event: [pull_request, manual]
- event: push
branch: main
# Turbo remote cache (turbo.mosaicstack.dev) is configured via Woodpecker
# repository-level environment variables (TURBO_API, TURBO_TEAM, TURBO_TOKEN).