chore: remove run-lint from build-standalone-on-release (#355)

Signed-off-by: Nick Chung <nick.chung@suse.com>
This commit is contained in:
Nick Chung 2025-06-27 12:41:22 +08:00 committed by GitHub
parent 26f5ebc8e2
commit 7386a2deb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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