Skip to content

Commit 512f805

Browse files
committed
Build/Test Tools: Only check for changes to versioned files once.
Because the theme testing workflow now stores a patch file with changes to versioned files, there is no need for the separate workflow to run and do the same when only theme files are updated. Follow up to [60348]. See #63170, #63171. git-svn-id: https://develop.svn.wordpress.org/trunk@60350 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 54fba93 commit 512f805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-built-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ on:
2626
- 'composer.*'
2727
# Confirm any changes to relevant workflow files.
2828
- '.github/workflows/check-built-files.yml'
29+
# Changes to the default themes should be handled by the themes workflows.
30+
- '!src/wp-content/themes/twenty**'
2931

3032
# Cancels all previous workflow runs for pull requests that have not completed.
3133
concurrency:

0 commit comments

Comments
 (0)