Description
During investigation of frontend test cancellations (issue 34194), discovered that nightly workflow is not running frontend tests or other matrix tests. Nightly should run ALL tests to catch issues before they reach PR workflows. This prevented early detection of the worker exit failures that started after PR 34099 merged on Dec 15. Frontend tests would have failed nightly between Dec 15-22, alerting team before PRs were affected on Dec 23. Need to investigate why nightly skips matrix tests and restore full test coverage to nightly runs.
Acceptance Criteria
Additional Notes
[Any additional context or notes]