diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 223cc89..13df35d 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -64,7 +64,7 @@ jobs: - name: Run chart-testing (lint) run: | - ct lint --debug \ + ct lint --debug ${{ github.base_ref != 'main' && '--check-version-increment=false' || '' }} \ --target-branch ${{ github.base_ref }} outputs: