Context
The Lighthouse GitHub Actions workflow audits https://multei.com.br on every push. Production currently fails LHCI collect with CHROME_INTERSTITIAL_ERROR (Chrome interstitial / site unavailable), so the workflow was temporarily disabled (trigger changed from push to workflow_dispatch only).
Related:
Goal
Re-enable automatic Lighthouse runs on push once https://multei.com.br loads cleanly without a Chrome interstitial.
Suggested scope
Acceptance criteria
Notes
- Do not re-enable on
push while the production URL still shows an interstitial or is otherwise unreachable to Chrome.
Context
The Lighthouse GitHub Actions workflow audits
https://multei.com.bron every push. Production currently fails LHCI collect withCHROME_INTERSTITIAL_ERROR(Chrome interstitial / site unavailable), so the workflow was temporarily disabled (trigger changed frompushtoworkflow_dispatchonly).Related:
Goal
Re-enable automatic Lighthouse runs on
pushonce https://multei.com.br loads cleanly without a Chrome interstitial.Suggested scope
.github/workflows/lighthouse.yml, restoreon: [push](keepworkflow_dispatchoptional if useful).TROUBLESHOOTING.mdif the interstitial issue is resolved.Acceptance criteria
lighthouseresultsartifact is published.Notes
pushwhile the production URL still shows an interstitial or is otherwise unreachable to Chrome.