Skip to content

Commit 128edc8

Browse files
committed
CI on forked branches
1 parent acc0566 commit 128edc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Sync the current branch with the latest in Apache DataFusion Comet
6666
if: github.repository != 'apache/datafusion-comet'
6767
run: |
68+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
6869
echo "APACHE_DF_COMET_REF=$(git rev-parse HEAD)" >> $GITHUB_ENV
6970
git fetch https://github.com/$GITHUB_REPOSITORY.git ${GITHUB_REF#refs/heads/}
7071
git -c user.name='Apache DataFusion Comet Test Account' -c user.email='comettestacc@gmail.com' merge --no-commit --progress --squash FETCH_HEAD

0 commit comments

Comments
 (0)