Make WordPress Core

Changeset 63465


Ignore:
Timestamp:
09/04/2026 02:25:39 PM (2 days ago)
Author:
lancewillett
Message:

Build/Test Tools: Revert r63445.

The affected branches will regenerate and commit their CSS output instead of skipping the CSS precommit task. This preserves the check for future CSS drift.

Reverts r63445.

Props desrosj, khokansardar.
See #65993.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-test-core-build-process.yml

    r63445 r63465  
    1919      test-emoji:
    2020        description: 'Whether to run the precommit:emoji Grunt script.'
    21         required: false
    22         type: 'boolean'
    23         default: true
    24       test-css:
    25         description: 'Whether to run the precommit:css Grunt script.'
    2621        required: false
    2722        type: 'boolean'
     
    119114
    120115      - name: Run CSS precommit tasks
    121         if: ${{ inputs.test-css && inputs.directory == 'src' }}
     116        if: ${{ inputs.directory == 'src' }}
    122117        run: npm run grunt precommit:css
    123118
Note: See TracChangeset for help on using the changeset viewer.