mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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
This commit is contained in:
parent
902dbaca5a
commit
95703e3de5
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user