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
0c3fe22df7
commit
629cb0c601
@ -1,4 +1,4 @@
|
|||||||
name: Build Harvester Dashboard and Upload
|
name: Build Harvester Dashboard and Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@ -1,4 +1,4 @@
|
|||||||
name: Build Dashboard (Branch)
|
name: Build Standalone on PR Merge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -11,7 +11,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
- 'release-harvester-v*'
|
- 'release-harvester-v*'
|
||||||
- '*-dev'
|
- '*-dev'
|
||||||
types:
|
types:
|
||||||
- merged
|
- merged
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/test.yaml
|
uses: ./.github/workflows/test.yaml
|
||||||
build:
|
build:
|
||||||
name: Build and Upload Package
|
name: Build and Upload Package
|
||||||
uses: ./.github/workflows/build-and-upload.yaml
|
uses: ./.github/workflows/build-and-publish-standalone.yaml
|
||||||
needs:
|
needs:
|
||||||
- build-validation
|
- build-validation
|
||||||
permissions:
|
permissions:
|
||||||
@ -1,4 +1,4 @@
|
|||||||
name: Build Dashboard (Release)
|
name: Build Standalone on Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@ -10,7 +10,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/test.yaml
|
uses: ./.github/workflows/test.yaml
|
||||||
build:
|
build:
|
||||||
name: Build and Upload Package
|
name: Build and Upload Package
|
||||||
uses: ./.github/workflows/build-and-upload.yaml
|
uses: ./.github/workflows/build-and-publish-standalone.yaml
|
||||||
needs:
|
needs:
|
||||||
- build-validation
|
- build-validation
|
||||||
permissions:
|
permissions:
|
||||||
Loading…
x
Reference in New Issue
Block a user