You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: build website on PRs that touch website/ (#5558)
documentation.yml only triggers on master, so develop-targeted PRs never
built the website — a stale bun.lock or a breaking dependency bump could
merge green unnoticed (as in #5553). Add a Website Build job to pr.yml
gated on a website/ paths filter (job-level if:, same #5528 pattern) and
wire it into the PR Quality Gate; frozen-lockfile install catches
manifest/lockfile drift, the build catches everything else.
0 commit comments