Skip to content

Commit af7e5fb

Browse files
committed
[ci] Limit depth of initial clone
1 parent 3d54b5e commit af7e5fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/java.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout source tree
1919
uses: actions/checkout@v2
20+
with:
21+
fetch-depth: 10
2022
- name: Cache Bazel artifacts
2123
uses: actions/cache@v2
2224
with:

.github/workflows/javascript.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout source tree
1616
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 10
1719
- name: Setup Node.js
1820
uses: actions/setup-node@v1
1921
with:

0 commit comments

Comments
 (0)