Skip to content

Commit

Permalink
Enable shallow cloning again
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 7, 2024
1 parent 69a8816 commit 48f7e49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48f7e49

Please sign in to comment.