Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 3916e38

Browse files
authored
Update lint-test.yml
1 parent cff1989 commit 3916e38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Run chart-testing (list-changed)
2727
id: list-changed
2828
run: |
29-
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
29+
#changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
30+
changed=$(ct list-changed --target-branch test)
3031
if [[ -n "$changed" ]]; then
3132
echo "::set-output name=changed::true"
3233
fi

0 commit comments

Comments
 (0)