diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index dbb672a30da39..7cb9b6e127887 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -33,7 +33,7 @@ jobs: # Runs the performance test suite. performance: name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} - uses: WordPress/wordpress-develop/.github/workflows/reusable-performance.yml@trunk + uses: mukeshpanchal27/wordpress-develop/.github/workflows/reusable-performance.yml@fix/62822 permissions: contents: read if: ${{ ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index f75cb6b3e4969..4ca95ad98755f 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -39,6 +39,8 @@ on: env: PUPPETEER_SKIP_DOWNLOAD: ${{ true }} + PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true + # Performance testing should be performed in an environment reflecting a standard production environment. LOCAL_WP_DEBUG: false LOCAL_SCRIPT_DEBUG: false