Skip to content

ci: gate fixture drift workflow on manual dispatch only#312

Merged
blove merged 1 commit into
mainfrom
claude/aimock-drift-manual
May 14, 2026
Merged

ci: gate fixture drift workflow on manual dispatch only#312
blove merged 1 commit into
mainfrom
claude/aimock-drift-manual

Conversation

@blove

@blove blove commented May 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Drops the daily cron from the fixture-drift workflow.

The Phase 2a fixture (hi.json) is a handwritten seed — {"content": "Hi! How can I help?"} — not a real captured upstream response. The drift script compares byte sizes against a fresh recording; against a handwritten seed it will almost always trip the 20% threshold and open a false-positive issue on day one.

Keeps the workflow_dispatch trigger so the workflow stays runnable on demand. When recorded fixtures land in a later phase, re-add a schedule: block (weekly cron is a reasonable starting cadence) — the comment in the file flags this.

Test plan

  • YAML still parses
  • workflow_dispatch trigger remains in place

The committed fixtures are handwritten seeds, not captured from real
upstream calls. Drift detection against real upstream will almost
always trip the byte-size threshold until recorded fixtures land.
Switch to workflow_dispatch-only and re-enable the cron when there
is something real to compare against.
@vercel

vercel Bot commented May 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 14, 2026 3:28am

Request Review

@blove blove merged commit 7921878 into main May 14, 2026
16 checks passed
blove added a commit that referenced this pull request Jun 9, 2026
The committed fixtures are handwritten seeds, not captured from real
upstream calls. Drift detection against real upstream will almost
always trip the byte-size threshold until recorded fixtures land.
Switch to workflow_dispatch-only and re-enable the cron when there
is something real to compare against.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant