mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
ci: rename the workflow
This commit is contained in:
parent
30e49a6f2c
commit
da4121da69
@ -1,4 +1,4 @@
|
||||
name: Build Harvester Dashboard and Upload
|
||||
name: Build Harvester Dashboard and Publish
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
@ -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:
|
||||
@ -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:
|
||||
Loading…
x
Reference in New Issue
Block a user