You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/02/06 21:42:53 UTC

[spark] branch branch-3.0 updated: [MINOR][INFRA][3.0] Enable GitHub Action in branch-3.0

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

dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 6130deb  [MINOR][INFRA][3.0] Enable GitHub Action in branch-3.0
6130deb is described below

commit 6130deb911e6dc65530c5aa92cd27cb0afad92b2
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Feb 6 13:42:09 2020 -0800

    [MINOR][INFRA][3.0] Enable GitHub Action in branch-3.0
    
    ### What changes were proposed in this pull request?
    
    This aims to enable `GitHub Action` in `branch-3.0`.
    
    ### Why are the changes needed?
    
    Currently, it's not enabled.
    <img width="731" alt="commitlog" src="https://user-images.githubusercontent.com/9700541/73978595-871eb700-48e1-11ea-87d4-f41ee5c8fe3a.png">
    
    This will protect `branch-3.0` by monitoring every commits and PR against `branch-3.0`.
    
    ### Does this PR introduce any user-facing change?
    
    No. This is a dev-only infra.
    
    ### How was this patch tested?
    
    See the GitHub Action triggering in this PR.
    
    Closes #27480 from dongjoon-hyun/GHA-branch-3.0.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/master.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index d53119a..0f80c88 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -3,10 +3,10 @@ name: master
 on:
   push:
     branches:
-    - master
+    - branch-3.0
   pull_request:
     branches:
-    - master
+    - branch-3.0
 
 jobs:
   build:


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