Fixed: don't refresh dependencies

This commit is contained in:
Valeriano Manassero 2022-06-02 17:49:13 +02:00
parent 72fb68cfa5
commit 62f545d19a

View File

@ -46,4 +46,4 @@ jobs:
echo "::set-output name=changed::true" echo "::set-output name=changed::true"
fi fi
- name: Run chart-testing (lint and install) - name: Run chart-testing (lint and install)
run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --debug=true run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --helm-dependency-extra-args="--skip-refresh" --debug=true