Make WordPress Core

Changeset 55479


Ignore:
Timestamp:
03/07/2023 04:58:56 PM (19 months ago)
Author:
joemcgill
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/performance.yml

    r55459 r55479  
    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
Note: See TracChangeset for help on using the changeset viewer.