Skip to content

Commit 7652c4c

Browse files
committed
Fix CI for PRs to fetch full history for prov-from-git
1 parent 635b4dc commit 7652c4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
repository: ${{ github.event.pull_request.head.repo.full_name }}
4747
# Checkout the branch made in the fork.
4848
ref: ${{ github.head_ref }}
49+
# The full history is required for "voc4cat transform --prov-from-git" below.
50+
fetch-depth: 0
4951
# Be specific about keeping credentials (it is the default)
5052
persist-credentials: true
5153

0 commit comments

Comments
 (0)