From 7d3a49c1e145acf26ca9f61f81c330c21d543bca Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 11 Oct 2024 13:38:24 -0500 Subject: [PATCH] Test commit --- .github/workflows/performance.yml | 4 ++-- .github/workflows/reusable-performance.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e4929763afa83..aee71f792e33c 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -33,10 +33,10 @@ 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: ./.github/workflows/reusable-performance.yml permissions: contents: read - if: ${{ ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) && ! contains( github.event.before, '00000000' ) }} + if: ${{ ( github.repository == 'WordPress/joemcgill' || github.event_name == 'pull_request' ) && ! contains( github.event.before, '00000000' ) }} strategy: fail-fast: false matrix: diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index d4a4f5b0184db..e91582594185d 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -30,7 +30,6 @@ on: CODEVITALS_PROJECT_TOKEN: description: 'The authorization token for https://www.codevitals.run/project/wordpress.' required: false - default: '' env: PUPPETEER_SKIP_DOWNLOAD: ${{ true }} @@ -103,7 +102,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - if: ${{ ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) && ! contains( github.event.before, '00000000' ) }} + if: ${{ ( github.repository == 'WordPress/joemcgill' || github.event_name == 'pull_request' ) && ! contains( github.event.before, '00000000' ) }} steps: - name: Configure environment variables