We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a6d5f commit 3d3860cCopy full SHA for 3d3860c
.github/workflows/pr-helm-chart-testing.yml
@@ -45,7 +45,7 @@ jobs:
45
id: list-changed
46
run: |
47
echo "default_branch: ${{ github.event.repository.default_branch }}"
48
- changed=$(ct list-changed --remote origin --target-branch ${{ github.event.repository.default_branch }})
+ changed=$(ct list-changed --remote origin --target-branch ${{ github.event.repository.default_branch }} --chart-dirs deployment/helm/charts)
49
echo "list-changed output: $changed"
50
if [[ -n "$changed" ]]; then
51
echo "changed=true" >> "$GITHUB_OUTPUT"
0 commit comments