aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-09-01 08:38:17 +0100
committerAleksey Kladov <[email protected]>2020-09-01 08:50:48 +0100
commitdddd5806512f6242dc6e2f80f9adf834041610df (patch)
tree9d9b81c6d96009dfcb4306bce60295981bb63799 /.github/workflows/ci.yaml
parentc31a43d360b9d8c75e56af6abbc1b976a9d5e929 (diff)
"How I survived Git" tips
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fa276e2bf..a19bc9ad3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32 uses: actions/checkout@v2 32 uses: actions/checkout@v2
33 with: 33 with:
34 ref: ${{ github.event.pull_request.head.sha }} 34 ref: ${{ github.event.pull_request.head.sha }}
35 fetch-depth: 5 35 fetch-depth: 20
36 36
37 # We need to disable the existing toolchain to avoid updating rust-docs 37 # We need to disable the existing toolchain to avoid updating rust-docs
38 # which takes a long time. The fastest way to do this is to rename the 38 # which takes a long time. The fastest way to do this is to rename the