Skip to content

Commit

Permalink
Update test-helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsever authored Feb 18, 2024
1 parent 6b7c089 commit 2e0e934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
# run version check only if not dev as in dev we have a `x.y.z-dev` version
# x.y.z gets bumped automatically when doing a release
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml --excluded-charts postgresql,common --target-branch ${{ env.ct-branch }} --check-version-increment=true
run: ct lint --config ct.yaml --excluded-charts defectdojo/charts --target-branch ${{ env.ct-branch }} --check-version-increment=true
if: ${{ env.changed == 'true' && env.ct-branch != 'dev' && env.ct-branch != 'bugfix' }}

# run all checks but version increment always when something changed
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml --excluded-charts postgresql,common --target-branch ${{ env.ct-branch }} --check-version-increment=false
run: ct lint --config ct.yaml --excluded-charts defectdojo/charts --target-branch ${{ env.ct-branch }} --check-version-increment=false
if: env.changed == 'true'

# - name: Create kind cluster
Expand Down

0 comments on commit 2e0e934

Please sign in to comment.