Skip to content

Commit 95703e3

Browse files
committed
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
1 parent 902dbac commit 95703e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
BASE_SHA: ${{ steps.base-sha.outputs.result }}
182182
COMMITTED_AT: ${{ steps.commit-timestamp.outputs.result }}
183183
CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }}
184-
HOST_NAME: "codevitals.run"
184+
HOST_NAME: "www.codevitals.run"
185185
run: node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME
186186

187187
- name: Ensure version-controlled files are not modified or deleted

0 commit comments

Comments
 (0)