From 93efcafb10253d1464890d56ac36022bc4d78e46 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 15 Dec 2023 18:48:02 +1100 Subject: [PATCH] ensure chart-testing runs on needs-testing --- .github/workflows/lint-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 7a344d96..4b09a8e4 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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: