Skip to content

Commit

Permalink
fix: filters
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Aug 26, 2024
1 parent c7eacc8 commit 87e5536
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,59 +11,47 @@ all:
authservice:
- "src/authservice/**"
- "!**/*.md"
- "!docs/**"


grafana:
- "src/grafana/**"
- "!**/*.md"
- "!docs/**"


istio:
- "src/istio/**"
- "!**/*.md"
- "!docs/**"


keycloak:
- "src/keycloak/**"
- "!**/*.md"
- "!docs/**"


kiali:
- "src/kiali/**"
- "!**/*.md"
- "!docs/**"


loki:
- "src/loki/**"
- "!**/*.md"
- "!docs/**"


metrics-server:
- "src/metrics-server/**"
- "!**/*.md"
- "!docs/**"


neuvector:
- "src/neuvector/**"
- "!**/*.md"
- "!docs/**"


prometheus-stack:
- "src/prometheus-stack/**"
- "!**/*.md"
- "!docs/**"


promtail:
- "src/promtail/**"
- "!**/*.md"
- "!docs/**"


tempo:
- "src/tempo/**"
- "!**/*.md"
- "!docs/**"


velero:
- "src/velero/**"
- "!**/*.md"
- "!docs/**"

0 comments on commit 87e5536

Please sign in to comment.