diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index dba6091a5547a..af635b9815f3e 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -33,7 +33,7 @@ jobs: # Runs the performance test suite. performance: name: Performance tests ${{ matrix.memcached && '(with memcached)' || '' }} - uses: WordPress/wordpress-develop/.github/workflows/reusable-performance.yml@trunk + uses: mukeshpanchal27/wordpress-develop/.github/workflows/reusable-performance.yml@fix/performance-log-data-time permissions: contents: read if: ${{ ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}