Skip to content

Commit

Permalink
Limit detection to exact renames
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcube committed Oct 24, 2024
1 parent ce9a21e commit 9423d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
--include="*.yml" \
--exclude="*" \
$DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/models/ ./tmp/
git diff --name-only --no-index --diff-filter=AM tmp models > models.txt || true
git diff --name-only --no-index --diff-filter=AM -M100% tmp models > models.txt || true
rm -rf tmp
- name: Set model sync trigger
Expand Down

0 comments on commit 9423d7a

Please sign in to comment.