Problem. Canary only runs nightly + on manual dispatch. It should fire immediately on every -preview publish for fast feedback.
Outcome. Fallout/.github/workflows/preview.yml POSTs a repository_dispatch (event_type=fallout-preview-published) to this repo after a successful publish. The listener already exists in canary.yml.
Acceptance criteria.
See docs/DESIGN.md → "Wiring the dispatch".
Problem. Canary only runs nightly + on manual dispatch. It should fire immediately on every
-previewpublish for fast feedback.Outcome.
Fallout/.github/workflows/preview.ymlPOSTs arepository_dispatch(event_type=fallout-preview-published) to this repo after a successful publish. The listener already exists incanary.yml.Acceptance criteria.
CANARY_DISPATCH_TOKENsecret (dispatch scope onfallout.canary) added to the Fallout repo.preview.yml(snippet indocs/DESIGN.md) via a PR labelledtarget/2026.-previewpublish triggers a canary run automatically.See
docs/DESIGN.md→ "Wiring the dispatch".