Skip to content

Commit ac10d73

Browse files
committed
[SPARK-29079][INFRA] Enable GitHub Action on PR
This PR enables GitHub Action on PRs. So far, we detect JDK11 compilation error after merging. This PR aims to prevent JDK11 compilation error at PR stage. No. Manual. See the GitHub Action on this PR. Closes #25786 from dongjoon-hyun/SPARK-29079. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: DB Tsai <[email protected]>
1 parent 339b0f2 commit ac10d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/branch-2.4.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- branch-2.4
7+
pull_request:
8+
branches:
9+
- branch-2.4
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)