diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 5a3eeabeb..19f6d7874 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -115,7 +115,7 @@ jobs: - name: Check if we want additional helm customizations id: configurable-extra-values run: | - if [ "${{ matrix.values }}" = "values.yaml" -o "${{ matrix.values }}" = "pre-release_values.yaml" ]; then + if [ "${{ matrix.values }}" = "values.yaml" ]; then echo "Enabling clustered tests via auto-scaling: 2 replicas max" echo "Renditions tests will be skipped because particularly flaky on clustered runs" @@ -193,7 +193,7 @@ jobs: - name: Check HPA behavior during tests id: hpa_check - if: always() && (matrix.values == 'values.yaml' || matrix.values == 'pre-release_values.yaml') && steps.helm_test.outcome != 'skipped' + if: always() && (matrix.values == 'values.yaml') && steps.helm_test.outcome != 'skipped' run: | echo "Checking current repo hpa status" kubectl get hpa acs-alfresco-repository