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
Fix CI: Handle grep exit code when filtering settings.rst
When settings.rst is the only changed file, grep -v returns exit code 1
because there are no matches after filtering. Adding '|| true' ensures
the pipeline continues and correctly identifies no relevant changes.
0 commit comments