Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai committed Feb 8, 2024
1 parent 42774b6 commit 957f20c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: List changed helm charts
id: list-changed
run: |
set -e
changed=$(ct list-changed --target-branch i-56/feat/ci-helm-lint)
echo $changed
echo "ct output: $changed"
if [[ -n "$changed" ]]; then
echo "true"
fi
Expand Down

0 comments on commit 957f20c

Please sign in to comment.