From fd23e8ec4f815f273a348d528edbc3bf65a21b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 19 Sep 2024 01:37:13 +0100 Subject: ci: bump fetch depth to unblock canary uploads (#25716) Current mac arm canaries are failing to upload because the existing latest commit hash is more that 5 commits behind and it's not in the git history. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8ff11c34..eecc5b5fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Clone repository uses: actions/checkout@v4 with: - fetch-depth: 5 + fetch-depth: 50 submodules: false if: github.event.pull_request.draft == true - id: check @@ -148,7 +148,7 @@ jobs: - name: Clone repository uses: actions/checkout@v4 with: - fetch-depth: 5 + fetch-depth: 50 submodules: false if: '!(matrix.skip)' - name: Clone submodule ./tests/util/std -- cgit v1.2.3