Skip to content

Commit

Permalink
GitHub Actions: Fix PHP file change detection filter pattern (#61183)
Browse files Browse the repository at this point in the history
* GitHub Actions: Fix PHP file change detection filter pattern

* Temporarily update PHP files

* Revert temporary changes

* enclose the pattern in quotes

Co-authored-by: Brian Alexander <824344+ironprogrammer@users.noreply.github.com>

* Updated some files to test GitHub action

* Remove quotes

* Undo unwanted changes

* Change detection filter pattern

* Add spaces

---------

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: ironprogrammer <ironprogrammer@git.wordpress.org>
  • Loading branch information
3 people committed May 13, 2024
1 parent 1c7ed9f commit 299f01b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php-changes-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # v44.3.0
with:
files: |
**.{php}
lib/**
packages/**/*.php
phpunit/**
- name: List all changed files
if: steps.changed-files-php.outputs.any_changed == 'true'
Expand Down

1 comment on commit 299f01b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 299f01b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9065647812
📝 Reported issues:

Please sign in to comment.