Fix stage source guard: fetch origin/dev before ancestry check #101

Merged
will.anderson merged 1 commits from fix/stage-ci-paths into dev 2026-05-11 19:09:39 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 5d3b1a3e20 Fix stage source guard: fetch origin/dev before ancestry check
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m22s
The shallow clone (fetch-depth: 2) doesn't include origin/dev, so
git merge-base --is-ancestor was silently failing. Fetch dev with
depth=1 first so custom merge commit titles still pass the check.
2026-05-11 14:09:18 -05:00