Skip to content

Commit

Permalink
update(ci): process all charts for changes in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku committed Feb 13, 2024
1 parent c96fdb0 commit 24333ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Run Helm Docs and check the outcome
run: |
for chart in event-generator falco k8s-metacollector falco-exporter; do
for chart in $(ls ./charts); do
docker run \
--rm \
--workdir=/helm-docs \
Expand All @@ -27,9 +27,9 @@ jobs:
- name: Print a comment in case of failure
run: |
echo "The README.md filer are not up to date.
echo "The README.md files are not up to date.
Please, run make docs before pushing."
Please, run \"make docs\" before pushing."
exit 1
if: |
failure() && github.event.pull_request.head.repo.full_name == github.repository

0 comments on commit 24333ff

Please sign in to comment.