Skip to content

Commit

Permalink
Optimize chart exclusion in GA (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Jasstkn <[email protected]>
  • Loading branch information
Jasstkn authored Mar 12, 2023
1 parent 016c30d commit a51ff0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
changed=$(ct list-changed --excluded-charts=kubernetes-chaos,kube-aws,kube-azure,kube-gcp,litmus-agent --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "IS_CHANGED=true" >> $GITHUB_OUTPUT
fi
Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
wait: 180s

- name: Run chart-testing (install)
run: ct install --config ct.yaml --excluded-charts=kubernetes-chaos,kube-aws,kube-azure,kube-gcp,litmus-agent
run: ct install --config ct.yaml

0 comments on commit a51ff0f

Please sign in to comment.