cloudeteer / terraform-governance

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

Do not run remote tests on pull requests in draft more #51

Closed rswrz closed 1 month ago

rswrz commented 1 month ago

Problem:

The remote tests, which deploy the full module, significantly increase the duration of the CI pipeline during module validation.

Proposed Solution:

Optimize the CI process by running the remote tests only on manual triggers. This can be done based on the pull request status, such as "draft" or "ready for review."

Benefits: