mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
.github/workflows/build.yml: Deploy VP2430 from different tag
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
@@ -290,7 +290,20 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
vendor: [ protectli ]
|
||||
model: [ vp32xx, vp2430 ]
|
||||
model: [ vp32xx ]
|
||||
deploy_protectli_vp2430:
|
||||
if: startsWith(github.ref, 'refs/tags/protectli_vp2430_')
|
||||
needs: build_protectli
|
||||
uses: ./.github/workflows/deploy-template.yml
|
||||
with:
|
||||
platform: protectli
|
||||
vendor: ${{ matrix.vendor }}
|
||||
model: ${{ matrix.model }}
|
||||
secrets: inherit
|
||||
strategy:
|
||||
matrix:
|
||||
vendor: [ protectli ]
|
||||
model: [ vp2430 ]
|
||||
deploy_protectli_jsl:
|
||||
if: startsWith(github.ref, 'refs/tags/protectli_vault_jsl')
|
||||
needs: build_protectli
|
||||
|
||||
Reference in New Issue
Block a user