Skip to content

Commit

Permalink
chore: remove invalid run chart-testing install
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Jul 18, 2024
1 parent f132293 commit af1c30c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-anf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
with:
config: .github/configs/kind-config.yaml

- name: Run chart-testing (install)
run: ct install --config ./.github/configs/ct-install.yaml
if: steps.list-changed.outputs.changed == 'true'
# - name: Run chart-testing (install)
# run: ct install --config ./.github/configs/ct-install.yaml
# if: steps.list-changed.outputs.changed == 'true'

0 comments on commit af1c30c

Please sign in to comment.