dongjoon-hyun commented on a change in pull request #33197:
URL: https://github.com/apache/spark/pull/33197#discussion_r663244912



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -3,15 +3,7 @@ name: Build and test
 on:
   push:
     branches:
-    - branch-3.2
-  pull_request:
-    branches:
-    - branch-3.2
-  workflow_dispatch:
-    inputs:
-      target:
-        description: 'Target branch to run'
-        required: true
+      - '**'

Review comment:
       Well, is this correct?
   
   The original one is the same with what we did in `branch-3.1`. Do you mean 
that `branch-3.1` is not working too?
   - 
https://github.com/apache/spark/blob/branch-3.1/.github/workflows/build_and_test.yml




-- 
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