cloudeteer / terraform-governance

☁️ Cloudeteer's Terraform Governance
https://www.cloudeteer.de
2 stars 0 forks source link

Improve CI workflow #58

Open rswrz opened 3 days ago

rswrz commented 3 days ago

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.

rswrz commented 3 days ago

Idea from the last meeting (with @lixhunter and @rswrz):

rswrz commented 1 day ago

[!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.