From 0cf69f5a596d67c447ba167371b3ef7f358565c2 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 11 Dec 2024 16:19:37 -0500 Subject: [PATCH] refactor: remove unnecessary git fetch step in deploy workflow --- .github/workflows/deploy-net.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-net.yml b/.github/workflows/deploy-net.yml index 3dce38cc5..5ab4d7261 100644 --- a/.github/workflows/deploy-net.yml +++ b/.github/workflows/deploy-net.yml @@ -23,9 +23,6 @@ jobs: with: fetch-depth: 0 - - name: Fetch latest changes - run: git fetch --prune --unshallow - - name: Stop Devnet continue-on-error: true run: |