diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-01 08:51:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-01 08:51:18 +0100 |
commit | 5b21c7b0e5af305269ba2568a364da75d74f83e5 (patch) | |
tree | 9d9b81c6d96009dfcb4306bce60295981bb63799 /.github/workflows/ci.yaml | |
parent | c31a43d360b9d8c75e56af6abbc1b976a9d5e929 (diff) | |
parent | dddd5806512f6242dc6e2f80f9adf834041610df (diff) |
Merge #5923
5923: "How I survived Git" tips r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 |