From 5acd8501177eded74d94ab8f307a18ae0a4d334d Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 9 Sep 2023 13:31:47 +0200 Subject: [PATCH] ci(release): remove unnecessary full clone --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74f499804..b19019d06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,6 @@ jobs: version: ${{ steps.build.outputs.version }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') run: | @@ -62,8 +60,6 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Install dependencies run: ./.github/scripts/install_deps.sh - if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly') @@ -83,8 +79,6 @@ jobs: name: windows (MSVC_64) steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 - run: .github/scripts/env.ps1 - name: Build deps run: |