summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-19 01:37:13 +0100
committerGitHub <noreply@github.com>2024-09-19 00:37:13 +0000
commitfd23e8ec4f815f273a348d528edbc3bf65a21b5f (patch)
tree4ee1b9f3639a7ffd2b40305b5c05766bf32c9c3a /.github/workflows/ci.yml
parentc3bc692842d0198a4878f823c1026c1f905cb7e5 (diff)
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.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
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