From b01fc413db39bdea63c485fea8aed948c30a8f1c Mon Sep 17 00:00:00 2001 From: Thomas Belin Date: Thu, 18 Jan 2024 12:24:27 +0100 Subject: [PATCH] chore(github-actios): Improve performance of checkout (#16548) --- .github/workflows/ci.yml | 2 -- .github/workflows/create_docker_image.yml | 2 -- .github/workflows/deploy-to-test-env.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db605f12aee..a998bd4e05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/create_docker_image.yml b/.github/workflows/create_docker_image.yml index 9a3573ae8ac..3398579c70a 100644 --- a/.github/workflows/create_docker_image.yml +++ b/.github/workflows/create_docker_image.yml @@ -25,8 +25,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/deploy-to-test-env.yml b/.github/workflows/deploy-to-test-env.yml index 0dc92013697..a7a8c4b0cd2 100644 --- a/.github/workflows/deploy-to-test-env.yml +++ b/.github/workflows/deploy-to-test-env.yml @@ -32,8 +32,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4