Skip to content

Commit

Permalink
ci: don't validate config/clusters/templates
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 26, 2024
1 parent e36de56 commit e76ba7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e76ba7d

Please sign in to comment.