From b8571cba987b5332a2dad52ce9381e2ef86e6f86 Mon Sep 17 00:00:00 2001 From: jessebot Date: Tue, 23 Jul 2024 13:35:27 +0200 Subject: [PATCH] Always run nginx container testing on every PR Signed-off-by: jessebot --- .github/workflows/lint-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index b5d11f8e..6a933ab0 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -2,7 +2,6 @@ name: Lint and Test Charts on: pull_request: - types: [labeled] paths: jobs: changes: @@ -140,7 +139,7 @@ jobs: test-nginx: runs-on: ubuntu-22.04 needs: [changes, lint] - if: needs.changes.outputs.src != 'false' && github.event.label.name == 'nginx container' + if: needs.changes.outputs.src != 'false' steps: - name: Checkout uses: actions/checkout@v4