From 7386a2deb6b686ace11e83c70c19609ee0dd9833 Mon Sep 17 00:00:00 2001 From: Nick Chung Date: Fri, 27 Jun 2025 12:41:22 +0800 Subject: [PATCH] chore: remove run-lint from build-standalone-on-release (#355) Signed-off-by: Nick Chung --- .github/workflows/build-standalone-on-release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-standalone-on-release.yaml b/.github/workflows/build-standalone-on-release.yaml index d0eacdef..d6c6784c 100644 --- a/.github/workflows/build-standalone-on-release.yaml +++ b/.github/workflows/build-standalone-on-release.yaml @@ -5,14 +5,9 @@ on: - v[1-9].* jobs: - build-validation: - name: Build Test - uses: ./.github/workflows/run-lint.yaml build: name: Build and Upload Package uses: ./.github/workflows/build-and-publish-standalone.yaml - needs: - - build-validation permissions: contents: read packages: write