1 parent 13ffc78 commit fbde80fCopy full SHA for fbde80f
1 file changed
.github/workflows/test-and-zip-default-themes.yml
@@ -191,7 +191,7 @@ jobs:
191
name: pr-built-file-changes
192
path: src/wp-content/themes/${{ matrix.theme }}/changes.diff
193
194
- - name: Ensure version-controlled files are not modified or deleted
+ - name: Check for uncommitted changes after building
195
run: |
196
if [ -n "$(git status --porcelain)" ]; then
197
echo "Uncommitted changes detected after build:"
0 commit comments