Skip to content

Commit

Permalink
Added workflows for helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo2308 committed Aug 26, 2024
1 parent 4c0cd28 commit 31d0857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed)
changed=$(ct list-changed --target-branch main)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
Expand Down

0 comments on commit 31d0857

Please sign in to comment.