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): PR-only path filter for web-static and qt-webengine
On pull_request, skip the web-static verify and Qt WebEngine leak-gate jobs
when their inputs did not change (web-static/** for web; ui/**, src/**, and
the build system for qt). On push, tag and workflow_dispatch the filter is
bypassed and every job runs, so the master rollup and release builds remain
authoritative.
None of the gated jobs are branch-protection required checks and nothing
needs: them, so a skip reports as Skipped (not a false-green on a required
gate) with no downstream cascade. Required coin/consensus gates are left
unfiltered; filtering those safely needs an always-run aggregator plus a
branch-protection re-point (operator action), tracked separately.
0 commit comments