Skip to content

Commit

Permalink
delete fetch step
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 27, 2024
1 parent 0fa7914 commit b287afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
echo "Base: ${{ github.event.pull_request.base.sha }}"
echo "Head: ${{ github.sha }}"
git fetch --unshallow
CHANGED_FILES=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
CHANGED_PACKAGES=$(echo "$CHANGED_FILES" | grep -E '^(src/[^/]+(/[^/]+)*)' | while read -r file; do
Expand Down

0 comments on commit b287afc

Please sign in to comment.