Skip to content

Commit 3c36c6f

Browse files
committed
[SPARK-35995][INFRA][3.2] Enable GitHub Action build_and_test on branch-3.2
### What changes were proposed in this pull request? Like branch-3.1, this PR aims to update GitHub Action `build_and_test` in branch-3.2. ### Why are the changes needed? Currently, GitHub Action on branch-3.2 is working. - https://github.com/apache/spark/commits/branch-3.2 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes #33194 from dongjoon-hyun/SPARK-35995. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d799094 commit 3c36c6f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ name: Build and test
33
on:
44
push:
55
branches:
6-
- '**'
7-
- '!branch-*.*'
6+
- branch-3.2
7+
pull_request:
8+
branches:
9+
- branch-3.2
10+
workflow_dispatch:
11+
inputs:
12+
target:
13+
description: 'Target branch to run'
14+
required: true
815

916
jobs:
1017
# Build: build Spark and run the tests for specified modules.

0 commit comments

Comments
 (0)