Skip to content

Commit 18a907d

Browse files
Do not fetch tags
1 parent ae40d19 commit 18a907d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v5
2525
with:
26-
fetch-depth: 0
26+
fetch-depth: 1
2727
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2828

2929
- name: Use local branch
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v5
5959
with:
60-
fetch-depth: 0
60+
fetch-depth: 1
6161
ref: ${{ github.event.pull_request.head.sha || github.sha }}
6262

6363
- name: Use local branch
@@ -91,7 +91,7 @@ jobs:
9191
- name: Checkout
9292
uses: actions/checkout@v5
9393
with:
94-
fetch-depth: 0
94+
fetch-depth: 1
9595
ref: ${{ github.event.pull_request.head.sha || github.sha }}
9696

9797
- name: Use local branch
@@ -157,7 +157,7 @@ jobs:
157157
- name: Checkout
158158
uses: actions/checkout@v5
159159
with:
160-
fetch-depth: 0
160+
fetch-depth: 1
161161
ref: ${{ github.event.pull_request.head.sha || github.sha }}
162162

163163
- name: Use local branch
@@ -220,7 +220,7 @@ jobs:
220220
- name: Checkout
221221
uses: actions/checkout@v5
222222
with:
223-
fetch-depth: 0
223+
fetch-depth: 1
224224
ref: ${{ github.event.pull_request.head.sha || github.sha }}
225225

226226
- name: Use local branch
@@ -257,7 +257,7 @@ jobs:
257257
- name: Checkout
258258
uses: actions/checkout@v5
259259
with:
260-
fetch-depth: 0
260+
fetch-depth: 1
261261
ref: ${{ github.event.pull_request.head.sha || github.sha }}
262262

263263
- name: Use local branch
@@ -314,7 +314,7 @@ jobs:
314314
- name: Checkout
315315
uses: actions/checkout@v5
316316
with:
317-
fetch-depth: 0
317+
fetch-depth: 1
318318
ref: ${{ github.event.pull_request.head.sha || github.sha }}
319319

320320
- name: Use local branch
@@ -382,7 +382,7 @@ jobs:
382382
- name: Checkout
383383
uses: actions/checkout@v5
384384
with:
385-
fetch-depth: 0
385+
fetch-depth: 1
386386
ref: ${{ github.event.pull_request.head.sha || github.sha }}
387387

388388
- name: Use local branch
@@ -447,7 +447,7 @@ jobs:
447447
- name: Checkout
448448
uses: actions/checkout@v5
449449
with:
450-
fetch-depth: 0
450+
fetch-depth: 1
451451
ref: ${{ github.event.pull_request.head.sha || github.sha }}
452452

453453
- name: Use local branch

0 commit comments

Comments
 (0)