From bd4c9d684b920976f4d0ebc1cab6b279dfd09e69 Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:17:50 +0900 Subject: [PATCH] Remove unnecessary testing part from CI --- .github/workflows/helm_charts_scalar.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/helm_charts_scalar.yml b/.github/workflows/helm_charts_scalar.yml index 5c560b1e..d9b3ee5e 100644 --- a/.github/workflows/helm_charts_scalar.yml +++ b/.github/workflows/helm_charts_scalar.yml @@ -45,9 +45,6 @@ jobs: with: version: 3.10.1 - - name: Confirm ct command version (for testing) - run: ct version - - name: Run chart-testing (updated chart) if: ${{ github.event_name != 'workflow_dispatch' }} run: ct lint --config .github/ct.yaml