mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: remove unnecessary git fetch step in deploy workflow
This commit is contained in:
parent
babab1e09e
commit
0cf69f5a59
3
.github/workflows/deploy-net.yml
vendored
3
.github/workflows/deploy-net.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user