Fix Code Sniff Action Change Detection (#40400)
* Adjusted PHPCS Workflow Change Detection This _should_ hopefully fix the broken detection of changed files for running the code sniffs. * Change Test * Core Change * Removed Sniff Test
This commit is contained in:
parent
48834f88be
commit
9de59bf01f
|
@ -28,9 +28,7 @@ jobs:
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v32
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
path: plugins/woocommerce
|
files: ./plugins/woocommerce/**/*.php
|
||||||
files: |
|
|
||||||
**/*.php
|
|
||||||
|
|
||||||
- name: Setup WooCommerce Monorepo
|
- name: Setup WooCommerce Monorepo
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
|
|
Loading…
Reference in New Issue