From ba98780ed5c8849d39f00695125f0f9315c2fca0 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 27 Jul 2021 14:10:44 +0000 Subject: [PATCH] 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. Fixes #53799. git-svn-id: https://develop.svn.wordpress.org/trunk@51498 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/test-old-branches.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-old-branches.yml b/.github/workflows/test-old-branches.yml index 3478439a42..2bb5664a98 100644 --- a/.github/workflows/test-old-branches.yml +++ b/.github/workflows/test-old-branches.yml @@ -69,6 +69,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