From 4849c71b3c332dbb800b518103bec991cd13489a Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Tue, 28 Nov 2023 14:41:43 -0500 Subject: [PATCH] Checkout base unclean --- .github/workflows/storage-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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