ci: rename file

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
(cherry picked from commit 7f98dfe9c8563a81dec7fdce93f1c4db0cf69160)
This commit is contained in:
Yi-Ya Chen 2025-02-21 12:33:33 +08:00 committed by Mergify
parent 9d0bb6e1f4
commit d5f17bfdf1
3 changed files with 2 additions and 2 deletions

View File

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

View File

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