Skip to content

Commit

Permalink
Update lint-and-test-charts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Nov 20, 2024
1 parent 39b4e11 commit 347f053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
changed=$(ct list-changed --chart-dirs "./aerospike-vector-search" --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "Changed!"
# echo "changed=true" >> "$GITHUB_OUTPUT"
echo "Changed!"
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
# - name: Run chart-testing (lint)
Expand Down

0 comments on commit 347f053

Please sign in to comment.