diff --git a/.github/workflows/storage-analysis.yml b/.github/workflows/storage-analysis.yml index 192bea20de..38718dc83a 100644 --- a/.github/workflows/storage-analysis.yml +++ b/.github/workflows/storage-analysis.yml @@ -36,7 +36,8 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.sha }} - sparse-checkout: solidity/contracts base-storage + sparse-checkout: solidity/contracts + clean: false # Run the command on the target branch - name: Run command on target branch