Skip to content

Commit

Permalink
filtered checkout of data
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfilik committed Oct 7, 2024
1 parent c6a81a5 commit 9966840
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout database build script
uses: actions/checkout@v4
with:
sparse-checkout: |
scripts/build_database.py
sparse-checkout-cone-mode: false
- uses: actions/checkout@v3
- name: Filtered checkout of data
uses: actions/checkout@v4
with:
filter: |
${{ env.DATA_PATH_IN_REPO }}/*
Expand Down

0 comments on commit 9966840

Please sign in to comment.