You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ck...@apache.org on 2023/02/20 15:24:38 UTC

[incubator-uniffle] branch master updated: [#626][FOLLOWUP] chore(ci): fix typo in build.yml (#633)

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

ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 350aa5ab [#626][FOLLOWUP] chore(ci): fix typo in build.yml (#633)
350aa5ab is described below

commit 350aa5ab72d65f6b579144821321b748ee8dd160
Author: advancedxy <xi...@apache.org>
AuthorDate: Mon Feb 20 23:24:31 2023 +0800

    [#626][FOLLOWUP] chore(ci): fix typo in build.yml (#633)
    
    ### What changes were proposed in this pull request?
    
    Fix a typo in build.yml
    
    ### Why are the changes needed?
    
    Follow up of #631
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Verified by another github action.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a0264af1..41c00c93 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
 
   kubernetes:
     needs: [checkstyle, license, changes] # delay execution
-    if: needs.changes.output.kubernetes == 'true' ||  github.event_name == 'push'
+    if: needs.changes.outputs.kubernetes == 'true' ||  github.event_name == 'push'
     uses: ./.github/workflows/single.yml
     with:
       maven-args: package -Pkubernetes -DskipUTs -DskipITs