From d4b0c2511bcb9f20c630ff3a945d6a551bf083d7 Mon Sep 17 00:00:00 2001 From: Swetha Swaminathan Date: Wed, 11 Dec 2024 15:14:15 +0530 Subject: [PATCH] test --- .github/workflows/integration_test_run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test_run.yaml b/.github/workflows/integration_test_run.yaml index dc26c2552..0f8566307 100644 --- a/.github/workflows/integration_test_run.yaml +++ b/.github/workflows/integration_test_run.yaml @@ -365,7 +365,7 @@ jobs: fi - name: Upload Allure results timeout-minutes: 3 - if: always() && !cancelled() + if: env.ENABLE_ALLURE == 'true' && always() uses: actions/upload-artifact@v4 with: name: allure-results-${{ env.ALLURE_ARTIFACT_SUFFIX }}