Skip to content

Commit

Permalink
Merge pull request #4614 from openjournals/sparse-checkout
Browse files Browse the repository at this point in the history
Checkout only the embeddings
  • Loading branch information
arfon authored Sep 26, 2023
2 parents 6afb275 + aaef3b5 commit 9775d3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/draft-paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Checkout code
if: ${{ steps.generate-files.outcome == 'success' && startsWith(github.event.inputs.issue_title, '[PRE REVIEW]') }}
uses: actions/checkout@v4
with:
sparse-checkout: |
embeddings.csv.gz
sparse-checkout-cone-mode: false
- name: Find most similar paper
if: ${{ steps.generate-files.outcome == 'success' && startsWith(github.event.inputs.issue_title, '[PRE REVIEW]') }}
id: find-similar-papers
Expand Down

0 comments on commit 9775d3d

Please sign in to comment.