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:22 UTC

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

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