Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/aimock-drift.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: aimock fixture drift

on:
schedule:
- cron: '0 7 * * *'
workflow_dispatch:
# NOTE: scheduled cron is intentionally omitted. The committed fixtures are
# handwritten seeds — drift detection only becomes meaningful once a phase
# lands recorded fixtures. Re-enable a `schedule:` trigger here at that
# point (weekly cron is a reasonable starting cadence).

jobs:
drift:
Expand Down
Loading