Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Oct 9, 2023
1 parent 390c3d0 commit c9d8c64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}^
)
Expand Down

0 comments on commit c9d8c64

Please sign in to comment.