Skip to content

Commit

Permalink
remove option for list-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Aug 20, 2024
1 parent a8f3466 commit 72230e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config ct.yaml --helm-extra-set-args '--set=otelCollectorEndpoint=testingapp.signoz.io:4317')
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 72230e1

Please sign in to comment.