Skip to content

Commit

Permalink
Try sparse checking out more?
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 28, 2023
1 parent 5f27193 commit e8ac8a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.base.sha }}
sparse-checkout: solidity/contracts
sparse-checkout: |
.
solidity/contracts
clean: false

# Run the command on the target branch
Expand Down

0 comments on commit e8ac8a8

Please sign in to comment.