diff --git a/.github/workflows/cron_nightly_tests_reusable.yml b/.github/workflows/cron_nightly_tests_reusable.yml index 3ccbf682a00e2..5284339a2612c 100644 --- a/.github/workflows/cron_nightly_tests_reusable.yml +++ b/.github/workflows/cron_nightly_tests_reusable.yml @@ -226,6 +226,7 @@ jobs: - name: Install browsers working-directory: ${{ inputs.TESTS_DIR }} + if: env.GH_BRANCH != '1.7.8.x' run: npx playwright install --with-deps # Run tests (if error, we continue for uploading report) @@ -297,6 +298,7 @@ jobs: - name: Install browsers working-directory: ${{ inputs.TESTS_DIR }} + if: env.GH_BRANCH != '1.7.8.x' run: npx playwright install --with-deps - name: Combine reports