mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 01:26:48 +00:00
ci: Fix for checkout action with fetch-tags (#20917)
This commit is contained in:
parent
1475a7000f
commit
7e67753d51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -244,8 +244,8 @@ jobs:
|
|||
#
|
||||
# 25 was chosen arbitrarily.
|
||||
fetch-depth: 25
|
||||
fetch-tags: true
|
||||
clean: false
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Limit target directory size
|
||||
run: script/clear-target-dir-if-larger-than 100
|
||||
|
|
Loading…
Reference in a new issue