Index: /trunk/.github/workflows/reusable-test-core-build-process.yml
===================================================================
--- /trunk/.github/workflows/reusable-test-core-build-process.yml	(revision 63464)
+++ /trunk/.github/workflows/reusable-test-core-build-process.yml	(revision 63465)
@@ -19,9 +19,4 @@
       test-emoji:
         description: 'Whether to run the precommit:emoji Grunt script.'
-        required: false
-        type: 'boolean'
-        default: true
-      test-css:
-        description: 'Whether to run the precommit:css Grunt script.'
         required: false
         type: 'boolean'
@@ -119,5 +114,5 @@
 
       - name: Run CSS precommit tasks
-        if: ${{ inputs.test-css && inputs.directory == 'src' }}
+        if: ${{ inputs.directory == 'src' }}
         run: npm run grunt precommit:css
 
