ci: rename file

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yi-Ya Chen 2025-02-21 12:33:33 +08:00 committed by Andy Lee
parent 55aaa8440d
commit 63451e7d2b
No known key found for this signature in database
GPG Key ID: EC774C32160918ED
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ on:
jobs: jobs:
build-validation: build-validation:
name: Build Test name: Build Test
uses: ./.github/workflows/test.yaml uses: ./.github/workflows/run-lint.yaml
build: build:
name: Build and Upload Package name: Build and Upload Package
uses: ./.github/workflows/build-and-publish-standalone.yaml uses: ./.github/workflows/build-and-publish-standalone.yaml

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build-validation: build-validation:
name: Build Test name: Build Test
uses: ./.github/workflows/test.yaml uses: ./.github/workflows/run-lint.yaml
build: build:
name: Build and Upload Package name: Build and Upload Package
uses: ./.github/workflows/build-and-publish-standalone.yaml uses: ./.github/workflows/build-and-publish-standalone.yaml