The Schema Drift Check job is failing on every open PR — including docs-only and test-only PRs — with:
##[error]supabase db diff failed to run (not a drift verdict)
This is the tooling failing to execute, not actual drift. It pre-dates the 2026-06-11 review-fix commits (verified failing on the overnight-run heads, e.g. 1326368 on #377). Example run: https://github.com/Kastalien-Research/thoughtbox/actions/runs/27379939680/job/80913792246
This gates the migration-carrying PRs (#377, #380, #386), so it's worth fixing or explicitly bypassing before those merge. Possibly related to the prod-link fix in f26f580 not covering the PR-event path.
The Schema Drift Check job is failing on every open PR — including docs-only and test-only PRs — with:
This is the tooling failing to execute, not actual drift. It pre-dates the 2026-06-11 review-fix commits (verified failing on the overnight-run heads, e.g. 1326368 on #377). Example run: https://github.com/Kastalien-Research/thoughtbox/actions/runs/27379939680/job/80913792246
This gates the migration-carrying PRs (#377, #380, #386), so it's worth fixing or explicitly bypassing before those merge. Possibly related to the prod-link fix in f26f580 not covering the PR-event path.