You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): schedule Test Core on a scripts-only diff (#9829) (#10014)
Six cross-package test-input declarations are rooted at `scripts/`, and the
`--union-into` step that pulls their packages back into the affected set is a
step INSIDE the `test` job — a job the `core` paths-filter never let start for a
`scripts/`-only diff, because `core` names no path under `scripts/`.
Adds a fourth filter output, `scripts: ['scripts/**']`, and ORs it into the
`test` job's condition only. Build Core, Dogfood and Temporal Conformance stay
filtered exactly as they are today.
Claude-Session: https://claude.ai/code/session_01XqDQYVU5smx29ts9pAErja
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments