You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by db...@apache.org on 2019/09/13 21:50:25 UTC

[spark] branch master updated: [SPARK-29079][INFRA] Enable GitHub Action on PR

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

dbtsai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 703fb2b  [SPARK-29079][INFRA] Enable GitHub Action on PR
703fb2b is described below

commit 703fb2b054651aa479c721ddd76845c1df52066c
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Sep 13 21:50:06 2019 +0000

    [SPARK-29079][INFRA] Enable GitHub Action on PR
    
    ### What changes were proposed in this pull request?
    
    This PR enables GitHub Action on PRs.
    
    ### Why are the changes needed?
    
    So far, we detect JDK11 compilation error after merging.
    This PR aims to prevent JDK11 compilation error at PR stage.
    
    ### Does this PR introduce any user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual. See the GitHub Action on this PR.
    
    Closes #25786 from dongjoon-hyun/SPARK-29079.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: DB Tsai <d_...@apple.com>
---
 .github/workflows/master.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index a9f757c..a4233d1 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -4,6 +4,9 @@ on:
   push:
     branches:
     - master
+  pull_request:
+    branches:
+    - master
 
 jobs:
   build:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org