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: run all samples when base SHA is unreachable after force-push
When github.event.before points to a commit rewritten by a force-push,
git diff fails and the HEAD~1 fallback only examines the latest commit,
silently skipping sample builds for changes in earlier commits.
Add a git cat-file reachability check: if BASE_SHA is unreachable,
set RUN_ALL=true and include all samples in the matrix output.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments