diff --git a/.github/workflows/validate-clusters.yaml b/.github/workflows/validate-clusters.yaml index 909e019e0e..f88893fa48 100644 --- a/.github/workflows/validate-clusters.yaml +++ b/.github/workflows/validate-clusters.yaml @@ -28,7 +28,7 @@ on: - "config/clusters/**" # Exclude changes the templates directory from # triggering this workflow - - "!config/clusters/templates" + - "!config/clusters/templates/**" - "helm-charts/**" - "deployer/**" - "requirements.txt" @@ -102,6 +102,7 @@ jobs: - added|modified: .github/workflows/validate-clusters.yaml cluster_specific: - added|modified: config/clusters/** + - added|modified: !config/clusters/templates/** # Only run this step if there *ARE* changes under the common filter, *OR* # we have manually triggered the workflow