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

[incubator-uniffle] branch advancedxy-patch-1 created (now 6beeff33)

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

xianjin pushed a change to branch advancedxy-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


      at 6beeff33 update build.yml

This branch includes the following new commits:

     new 6beeff33 update build.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-uniffle] 01/01: update build.yml

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xianjin pushed a commit to branch advancedxy-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git

commit 6beeff332f603e419b1896656385dbb6e4a97523
Author: advancedxy <xi...@apache.org>
AuthorDate: Mon Feb 20 20:22:16 2023 +0800

    update build.yml
---
 .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