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): always post build gate on pull requests
The build workflows filtered at the pull_request path level, so a PR
that left the package source untouched never ran them and their required
gate (build / β <pkg>-build) never posted, leaving the PR blocked on a
check that could not arrive.
Trigger the build workflows on every pull request and move the path
check into an internal changes job, passing the result to the reusable
build as a run input. When it is false the bump job is skipped and the
matrix jobs skip with it, while the always-run aggregate job still posts
a green gate. Push and release paths keep their existing filters and run
the full build.
0 commit comments