mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: remove unnecessary git fetch step in deploy workflow
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user