Skip to content

Commit 3d3860c

Browse files
committed
might have to specify chart dirs directly
1 parent 45a6d5f commit 3d3860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-helm-chart-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: list-changed
4646
run: |
4747
echo "default_branch: ${{ github.event.repository.default_branch }}"
48-
changed=$(ct list-changed --remote origin --target-branch ${{ github.event.repository.default_branch }})
48+
changed=$(ct list-changed --remote origin --target-branch ${{ github.event.repository.default_branch }} --chart-dirs deployment/helm/charts)
4949
echo "list-changed output: $changed"
5050
if [[ -n "$changed" ]]; then
5151
echo "changed=true" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)