fix: bring default valueContext fwhen customizing vm-import controller #251
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Dashboard (Branch) | |
on: | |
push: | |
branches: | |
# - master // harvester latest build will be generated from harvester-ui-extension main branch | |
- 'release-harvester-v*' | |
- '*-dev' | |
jobs: | |
build-validation: | |
name: Build Test | |
uses: ./.github/workflows/build-test.yaml | |
build: | |
name: Build and Upload Package | |
uses: ./.github/workflows/build-and-upload.yaml | |
needs: | |
- build-validation | |
permissions: | |
contents: read | |
packages: write | |
id-token: write | |
with: | |
CI_BRANCH: ${{github.ref_name}} |