Skip to content

Commit

Permalink
chore: clean end
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Sep 5, 2024
1 parent 741e829 commit 8ef935a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config .github/ct.yaml --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --config .github/ct.yaml --target-branch ${{ github.ref }}

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/[email protected]

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config .github/ct.yaml --target-branch ${{ github.event.repository.default_branch }}
run: ct install --config .github/ct.yaml --target-branch ${{ github.ref }}

0 comments on commit 8ef935a

Please sign in to comment.