Skip to content

Commit

Permalink
ensure chart-testing runs on needs-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 15, 2023
1 parent 195669c commit 93efcaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
- name: Run chart-testing (install)
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 30m"

- name: Run chart-testing (needs-testing)
run: ct install --config ./default.ct.yaml --helm-extra-args "--timeout 30m" --all
if: |
(contains(github.event.pull_request.labels.*.name, 'needs-testing'))
artifacthub-changelog:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 93efcaf

Please sign in to comment.