Open rswrz opened 3 days ago
Idea from the last meeting (with @lixhunter and @rswrz):
[!IMPORTANT] The automatic plan on pull requests should be refactored. We need to implement a quality gate before a plan (and apply) is actually executed to ensure that only validated changes are run.
Currently, a reusable workflow executes all jobs multiple times during various events in the PR lifecycle:
This behavior is highly inefficient and negatively impacts performance. We need a more optimized solution to reduce redundant workflow executions.