This is an automated email from the ASF dual-hosted git repository. maxyang pushed a commit to branch merge-with-upstream in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit c13994d7d6b67951e69412cb515d5f8f45badaa1 Author: liuxiaoyu <[email protected]> AuthorDate: Thu Dec 18 17:39:03 2025 +0800 update pxf-ci.yml and pxf build branch use merge-with-upstream branch --- .github/workflows/pxf-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pxf-ci.yml b/.github/workflows/pxf-ci.yml index 20775b57..cedb10d6 100644 --- a/.github/workflows/pxf-ci.yml +++ b/.github/workflows/pxf-ci.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] types: [opened, synchronize, reopened, edited] workflow_dispatch: @@ -41,8 +40,8 @@ jobs: - name: Checkout Apache Cloudberry pxf source uses: actions/checkout@v4 with: - repository: MisterRaindrop/cloudberry-pxf - ref: liuxiaoyu/merge_2 + repository: apache/cloudberry-pxf + ref: merge-with-upstream fetch-depth: 1 persist-credentials: false path: cloudberry-pxf --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
