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
chore: run system tests only for modified packages (#14449)
Currently the system test runs for all packages. This PR adds logic to
check if there is a change to the package level `CHANGELOG.md` so that
we only runs system tests for packages that have changed. We are only
interested in `packages/<package>/CHANGELOG.md` changing as we only want
to run system tests on release PRs.
Fixesgoogleapis/librarian#2067
0 commit comments