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
- Cache the project .venv (primed once by cache-management, restored per job)
so warm jobs skip 'uv sync' entirely; setup-uv's native wheel cache warms the
cold prime. Pin Python 3.12 before uv and set ORB_SKIP_UI_BUILD=1 so 'uv sync'
never triggers the orb-py SPA build hook (reflex + bun), which otherwise hung
jobs for >30 min. Unify all callers on a single 'deps' cache-key base.
- Give push- and pull_request-triggered runs separate concurrency lanes
(include github.event_name) so a push to a PR branch no longer has the two
runs cancel each other and leave spurious CANCELLED required checks.
0 commit comments