Skip to content

Commit

Permalink
Remove tag fetching in docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and mkoeppe committed Aug 21, 2023
1 parent ce632b6 commit 11c2a87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ jobs:
repository: ${{ inputs.sage_repo }}
ref: ${{ inputs.sage_ref }}
fetch-depth: 10000
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: free disk space
run: |
df -h
Expand Down

0 comments on commit 11c2a87

Please sign in to comment.