From f5156228d1520bde5eca6fdf22cb6c7a2cb5d373 Mon Sep 17 00:00:00 2001 From: atarpara Date: Sat, 21 Sep 2024 10:34:43 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Edit?= =?UTF-8?q?=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 798225c1b..64db7b2df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,10 +107,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - - name: Fetch all branches - run: git fetch --all - + - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: @@ -120,11 +117,10 @@ jobs: run: forge install - name: Generate gas diff - uses: atarpara/foundry-snapshot-diff@v0.6 + uses: atarpara/foundry-snapshot-diff@v0.7 id : gas_diff - name: Add gas diff to sticky comment - if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target' uses: marocchino/sticky-pull-request-comment@v2 with: delete: ${{ !steps.gas_diff.outputs.markdown }}