Skip to content

Commit 11c2a87

Browse files
tobiasdiezMatthias Koeppe
authored andcommitted
Remove tag fetching in docker workflow
1 parent ce632b6 commit 11c2a87

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
@@ -149,8 +149,6 @@ jobs:
149149
repository: ${{ inputs.sage_repo }}
150150
ref: ${{ inputs.sage_ref }}
151151
fetch-depth: 10000
152-
- name: fetch tags
153-
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
154152
- name: free disk space
155153
run: |
156154
df -h

0 commit comments

Comments
 (0)