From 281eed5bf60bf636ef1c113d2a1a2dd57c1bc26c Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:32:01 -0500 Subject: [PATCH] Remove full clone --- .github/workflows/build-publish-develop.yml | 1 - .github/workflows/build-publish.yml | 2 -- .github/workflows/build.yml | 2 -- 3 files changed, 5 deletions(-) diff --git a/.github/workflows/build-publish-develop.yml b/.github/workflows/build-publish-develop.yml index 5254a35d0c5..3a8cff975fb 100644 --- a/.github/workflows/build-publish-develop.yml +++ b/.github/workflows/build-publish-develop.yml @@ -34,7 +34,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: ref: ${{ env.GIT_REF }} - fetch-depth: 0 # When this is ran from manual workflow_dispatch, the github.sha may be # different than the checked out commit sha. The core build uses this # commit sha as build metadata, so we need to make sure it's correct. diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 0df32dc2dea..29b786cf604 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -34,8 +34,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - with: - fetch-depth: 0 - name: Build, sign and publish chainlink image uses: ./.github/actions/build-sign-publish-chainlink diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b883b7370c..6282e2168d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,8 +12,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - with: - fetch-depth: 0 - name: Build chainlink image uses: ./.github/actions/build-sign-publish-chainlink