Skip to content

Commit

Permalink
feat: Update helm chart change detection logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai committed Feb 8, 2024
1 parent f5d1df3 commit ded985a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: List changed helm charts
run: |
changed=$(ct list-changed --target-branch i-56/feat/ci-helm-lint)
# changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit ded985a

Please sign in to comment.