Build/Test Tools: Remove the check for changes to version-controlled files in the Test Old Branch workflow.

This workflow does not perform a `git checkout` and is only used to dispatch workflows for old branches, so this check is not needed here.

Merges [51498] to the 5.8 branch.
Fixes #53799.

git-svn-id: https://develop.svn.wordpress.org/branches/5.8@51502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-07-28 12:49:05 +00:00
parent af6e6d6d4e
commit 42efde25a6

View File

@ -67,6 +67,3 @@ jobs:
workflow_id: '${{ matrix.workflow }}',
ref: '${{ matrix.branch }}'
});
- name: Ensure version-controlled files are not modified during the tests
run: git diff --exit-code