From 95703e3de5ebc342e283ea8ae811ae23f535f38f Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 7 Mar 2023 16:58:56 +0000 Subject: [PATCH] Build/Test Tools: Update the URL for logging performance workflows. This is a follow up to r55459, which fixes the hostname used for logging performance metrics by adding the correct www subdomain. See #57687. git-svn-id: https://develop.svn.wordpress.org/trunk@55479 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 0325f950eeefd..1192b0af3034b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -181,7 +181,7 @@ jobs: BASE_SHA: ${{ steps.base-sha.outputs.result }} COMMITTED_AT: ${{ steps.commit-timestamp.outputs.result }} CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }} - HOST_NAME: "codevitals.run" + HOST_NAME: "www.codevitals.run" run: node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME - name: Ensure version-controlled files are not modified or deleted