blinqas / station

Use Station to create secure and automated environments for your workloads in Azure
MIT License
7 stars 1 forks source link

Feature: change to only run tests on changes to terraform related files #164

Open SanderBlom opened 1 month ago

SanderBlom commented 1 month ago

Feature Description

Currently the terraform tests is run on any changes in the repo. This should be changed to only run when terraform files are changed

Problem and Motivation

This is wasting our monthly included running minutes and our time while waiting for an unnecessary test....

Possible Implementation

Add a check in the terraform.yaml file to only trigger on files ending in : .tf, .tfvars , .hcl ++