Currently, resource-intensive tests are triggered on many non-critical commits, leading to unnecessary CI resource consumption and longer feedback cycles.
This issue aims to optimize the CI workflow by ensuring heavy tests run only when they add real value, such as on merge-ready PRs or explicitly labeled commits, while skipping them for routine or low-impact changes.
The goal is to reduce CI costs, improve pipeline efficiency, and keep mandatory checks intact for safe merges.