From 5a2eadd7ba23de381069b5846f16350e35989ab1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 17 Jan 2023 12:38:59 +0100 Subject: [PATCH] fetch-depth 1 on install test --- .github/workflows/common_library_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index fe3f2f9e..fad2fb04 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -127,7 +127,7 @@ jobs: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 with: - fetch-depth: 0 + fetch-depth: 1 - name: Install Helm uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # tag=v3