diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9592f3addef4..9285aebac3df 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,8 +23,6 @@ jobs: run: | INTERESTING_FILES=$( sort -u < <( - # Changes that are not committed (staged + unstaged + untracked), but without deleted files - git status --short -v -v --no-renames --porcelain | awk '$1 != "D" { print $2 }' # Changes committed so far (may overlap with the above) git diff --no-renames --name-only --diff-filter=d ${{ github.sha }}^ )