ci: rename the workflow

(cherry picked from commit 629cb0c601a90aa4c80b97c894554bb118b01e63)
This commit is contained in:
Yi-Ya Chen 2025-02-20 16:30:13 +08:00 committed by Mergify
parent e50bff8b5e
commit 2ec37d81d9
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Build Harvester Dashboard and Upload
name: Build Harvester Dashboard and Publish
on:
workflow_call:

View File

@ -1,4 +1,4 @@
name: Build Dashboard (Branch)
name: Build Standalone on PR Merge
on:
push:
@ -11,7 +11,7 @@ on:
- main
- 'release-harvester-v*'
- '*-dev'
types:
types:
- merged
jobs:
@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/test.yaml
build:
name: Build and Upload Package
uses: ./.github/workflows/build-and-upload.yaml
uses: ./.github/workflows/build-and-publish-standalone.yaml
needs:
- build-validation
permissions:

View File

@ -1,4 +1,4 @@
name: Build Dashboard (Release)
name: Build Standalone on Release
on:
push:
tags:
@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/test.yaml
build:
name: Build and Upload Package
uses: ./.github/workflows/build-and-upload.yaml
uses: ./.github/workflows/build-and-publish-standalone.yaml
needs:
- build-validation
permissions: