From a01f700653f2c3373c6427193d0a5b1c826ae65b Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Mon, 14 Oct 2024 11:24:54 +0800 Subject: [PATCH] build: rollback github action file changes --- .github/workflows/gradle-build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 746083e5c..2117c7eee 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -7,7 +7,7 @@ name: Gradle Build -on: [ push, pull_request ] +on: [ pull_request ] jobs: build: @@ -44,11 +44,4 @@ jobs: # Properties are passed as -Pname=value properties: | kotlin.js.compiler=ir - kotlin.parallel.tasks.in.project=true - # Upload Allay-Server - - name: Upload Terra-Allay - uses: actions/upload-artifact@v4 - if: success() && contains(github.ref_name, 'allay') - with: - name: Terra-Allay - path: platforms/allay/build/libs/*-shaded.jar + kotlin.parallel.tasks.in.project=true \ No newline at end of file