Files
SnapOtter/.github/workflows
SnapOtterandGitHub ada5727114 ci: take Build off the integration shard critical path (#648)
Build listed six test jobs in `needs` but only reads `needs.changes.outputs.code`, in its `if`. The rest were ordering, not data.

That queued a 55s job behind the slowest integration shard, so it added its full runtime to the tail of every green run. Build and the test jobs are independent required checks, so a green Build still can't merge past a red shard.
2026-07-26 23:12:21 +08:00
..
2026-07-04 13:45:47 +08:00