What
The deploy workflow should not run unless all quality checks and the build pass. Review the current pipeline order and ensure correct dependencies:
- Checks (lint, CodeQL, Lighthouse) + Build must pass
- Only then deploy
Why
Currently deploy may trigger independently of checks. A failed security scan or broken accessibility score should block deployment.
Tasks
What
The deploy workflow should not run unless all quality checks and the build pass. Review the current pipeline order and ensure correct dependencies:
Why
Currently deploy may trigger independently of checks. A failed security scan or broken accessibility score should block deployment.
Tasks
deploy.ymltriggers and dependenciesneeds:dependencies or branch protection rules so deploy is gated on all checks