Merge pull request #7087 from sprt/fix-gha-stage

gha: Fix `stage` definition in matrix
This commit is contained in:
Fabiano Fidêncio
2023-06-13 12:17:25 +02:00
committed by GitHub

View File

@@ -19,7 +19,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stage: ${{ inputs.stage }}
stage:
- ${{ inputs.stage }}
asset:
- cloud-hypervisor
- cloud-hypervisor-glibc