tuhaihe commented on code in PR #1760:
URL: https://github.com/apache/cloudberry/pull/1760#discussion_r3301734854


##########
.github/workflows/build-cloudberry-rocky8.yml:
##########
@@ -103,12 +103,12 @@ name: Apache Cloudberry Build (Rocky 8)
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       branches: [main, REL_2_STABLE]
   ```



##########
.github/workflows/build-cloudberry.yml:
##########
@@ -102,9 +102,9 @@ name: Apache Cloudberry Build
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]
   pull_request:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       branches: [main, REL_2_STABLE]
   ```



##########
.github/workflows/build-cloudberry-rocky8.yml:
##########
@@ -103,12 +103,12 @@ name: Apache Cloudberry Build (Rocky 8)
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]
   pull_request:
     paths:
       - '.github/workflows/build-cloudberry-rocky8.yml'
     # We can enable the PR test when needed
-    # branches: [main, REL_2_STABLE]
+    # branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       # branches: [main, REL_2_STABLE]
   ```



##########
.github/workflows/build-cloudberry.yml:
##########
@@ -102,9 +102,9 @@ name: Apache Cloudberry Build
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       branches: [main, REL_2_STABLE]
   ```



##########
.github/workflows/build-deb-cloudberry.yml:
##########
@@ -74,9 +74,9 @@ name: Apache Cloudberry Debian Build
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       branches: [main, REL_2_STABLE]
   ```



##########
.github/workflows/build-deb-cloudberry.yml:
##########
@@ -74,9 +74,9 @@ name: Apache Cloudberry Debian Build
 
 on:
   push:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]
   pull_request:
-    branches: [main, REL_2_STABLE]
+    branches: [main, cbdb-postgres-merge]

Review Comment:
   ```suggestion
       branches: [main, REL_2_STABLE]
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to