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.
|
# 25 was chosen arbitrarily.
|
||||||
fetch-depth: 25
|
fetch-depth: 25
|
||||||
fetch-tags: true
|
|
||||||
clean: false
|
clean: false
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Limit target directory size
|
- name: Limit target directory size
|
||||||
run: script/clear-target-dir-if-larger-than 100
|
run: script/clear-target-dir-if-larger-than 100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue