Skip to content

Commit

Permalink
fixup! update(ci): process all charts for changes in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alacuku committed Feb 13, 2024
1 parent 041930f commit b661f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 b661f83

Please sign in to comment.