This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 148836dc Fix: Always run PXF Automation tests when PR created
148836dc is described below

commit 148836dc8c918b93067c97b5d2ccad43c666d7b6
Author: Nikolay Antonov <[email protected]>
AuthorDate: Fri Jan 23 20:06:02 2026 +0400

    Fix: Always run PXF Automation tests when PR created
---
 .github/workflows/pxf-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/pxf-ci.yml b/.github/workflows/pxf-ci.yml
index 1385d430..70e62527 100644
--- a/.github/workflows/pxf-ci.yml
+++ b/.github/workflows/pxf-ci.yml
@@ -2,9 +2,8 @@ name: PXF CI Pipeline
 
 on:
   push:
-    branches: [ merge-with-upstream ]
+    branches: [ main ]
   pull_request:
-    branches: [ merge-with-upstream ]
     types: [opened, synchronize, reopened, edited]
   workflow_dispatch:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to