Skip to content

Commit

Permalink
Temporarily disable shallow clone of postgres source repo
Browse files Browse the repository at this point in the history
This might lead to the same commit hash showing up on the buildfarm
server logs, but this is just a random guess at this point.
  • Loading branch information
wolfgangwalther committed May 5, 2024
1 parent 994b512 commit 74e1a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
path: source
# TODO: Change to shallow-since once this is solved:
# https://github.com/actions/checkout/issues/947
fetch-depth: 100
# TODO: This possibly breaks reporting of the correct commit hash to the build farm server
# fetch-depth: 100
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: build
Expand Down

0 comments on commit 74e1a96

Please sign in to comment.