Skip to content

Commit

Permalink
run helm validation on changes to helm and changes to validate workfl…
Browse files Browse the repository at this point in the history
…ow (BloopAI#587)
  • Loading branch information
ggordonhall authored May 30, 2023
1 parent 28252ba commit 0f8db07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]
paths:
- "helm/**"
push:
- ".github/workflows/validate.yml"

jobs:
validate:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run kubeval
run: |
helm template helm/bloop > spec.yaml
kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master spec.yaml
kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master spec.yaml

0 comments on commit 0f8db07

Please sign in to comment.