Skip to content

Commit 49496ce

Browse files
tobiasdiezdimpase
authored andcommitted
Remove tag fetching in docker workflow
1 parent fd7254d commit 49496ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ jobs:
142142
repository: ${{ inputs.sage_repo }}
143143
ref: ${{ inputs.sage_ref }}
144144
fetch-depth: 10000
145-
- name: fetch tags
146-
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
147145
- name: free disk space
148146
run: |
149147
df -h

0 commit comments

Comments
 (0)