;ci: no need for extra tags fetching (#1543)
fetch-depth: 0 also fetches tags.
This commit is contained in:
parent
77be26514f
commit
fc7df75f43
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -85,9 +85,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check out tags
|
|
||||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
@ -55,9 +55,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check out tags
|
|
||||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -50,9 +50,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check out tags
|
|
||||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -45,9 +45,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check out tags
|
|
||||||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
|
|
||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user