Make WordPress Core


Ignore:
Timestamp:
08/12/2025 09:17:18 AM (13 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Adjust various jobs names in the GitHub Actions workflows to remove duplication and improve grouping in the UI when they run.

Props desrosj, mukesh27, johnbillion

See #63170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r60625 r60628  
    5151  # Runs the PHP coding standards checks.
    5252  phpcs:
    53     name: PHP coding standards
     53    name: Coding standards
    5454    uses: ./.github/workflows/reusable-coding-standards-php.yml
    5555    permissions:
     
    5959  # Runs the JavaScript coding standards checks.
    6060  jshint:
    61     name: JavaScript coding standards
     61    name: Coding standards
    6262    uses: ./.github/workflows/reusable-coding-standards-javascript.yml
    6363    permissions:
Note: See TracChangeset for help on using the changeset viewer.