From d23c3d3b72fde7774b1721e674d738e93a142d37 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Tue, 28 Jul 2026 15:39:20 +0800 Subject: [PATCH] revert: PR build artifact (#1066) Signed-off-by: Andy Lee --- .github/workflows/build-standalone-on-merge.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-standalone-on-merge.yaml b/.github/workflows/build-standalone-on-merge.yaml index 445abd0c..37de28e8 100644 --- a/.github/workflows/build-standalone-on-merge.yaml +++ b/.github/workflows/build-standalone-on-merge.yaml @@ -13,23 +13,13 @@ on: - '*-dev' types: - merged - - labeled jobs: build-validation: name: Build Test - # allow triggering when a PR is labeled with "build-artifact" - if: >- - github.event_name != 'pull_request' || - github.event.action != 'labeled' || - github.event.label.name == 'build-artifact' uses: ./.github/workflows/run-lint.yaml build: name: Build and Upload Package - if: >- - github.event_name != 'pull_request' || - github.event.action != 'labeled' || - github.event.label.name == 'build-artifact' uses: ./.github/workflows/build-and-publish-standalone.yaml needs: - build-validation @@ -38,4 +28,4 @@ jobs: packages: write id-token: write with: - CI_BRANCH: ${{ github.event_name == 'push' && github.ref_name || '' }} + CI_BRANCH: ${{github.ref_name}}