Skip to content

Commit

Permalink
Adding missing if on helm-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom committed Nov 17, 2023
1 parent 521cff3 commit 73b48be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
version: 1.11.0
- name: Update Helm Docs
if: steps.filter.outputs.values == 'true'
run: |
set -ex
cd deploy/charts/version-checker
Expand Down

0 comments on commit 73b48be

Please sign in to comment.