Skip to content

Commit 73b48be

Browse files
committed
Adding missing if on helm-docs workflow
1 parent 521cff3 commit 73b48be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
version: 1.11.0
5050
- name: Update Helm Docs
51+
if: steps.filter.outputs.values == 'true'
5152
run: |
5253
set -ex
5354
cd deploy/charts/version-checker

0 commit comments

Comments
 (0)