diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 9bca17eb..7b0f9822 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -126,8 +126,8 @@ jobs: - name: Helm-install the test fixtures and fill lagoon-test/ci/linter-values.yaml (needs-testing) if: | - (steps.list-changed.outputs.changed == 'true') || - (contains(github.event.pull_request.labels.*.name, 'needs-testing') && !contains(github.event.pull_request.labels.*.name, 'next-release')) + (steps.list-changed.outputs.changed == 'true' && !contains(github.event.pull_request.labels.*.name, 'next-release')) || + (contains(github.event.pull_request.labels.*.name, 'needs-testing')) run: make -j8 -O fill-test-ci-values TESTS=[${{ matrix.test }}] - name: Helm-install the test fixtures and fill lagoon-test/ci/linter-values.yaml (next-release)