From 48f7e49cd1aefdfd56eeba60d75fbe6a718e2ed7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 7 May 2024 08:00:56 +0200 Subject: [PATCH] Enable shallow cloning again --- .github/workflows/run.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 394c74a..0c2c686 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -46,9 +46,7 @@ jobs: path: source # TODO: Change to shallow-since once this is solved: # https://github.com/actions/checkout/issues/947 - # TODO: This possibly breaks reporting of the correct commit hash to the build farm server - # fetch-depth: 100 - fetch-depth: 0 + fetch-depth: 100 - id: postgres run: echo "commit=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2