refactor: remove unnecessary git fetch step in deploy workflow

This commit is contained in:
Prad Nukala 2024-12-11 16:19:37 -05:00
parent babab1e09e
commit 0cf69f5a59

View File

@ -23,9 +23,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Fetch latest changes
run: git fetch --prune --unshallow
- name: Stop Devnet - name: Stop Devnet
continue-on-error: true continue-on-error: true
run: | run: |