gha: Fix stage definition in matrix

This defines `stage` as a list instead of a literal to fix the GHA CI.

Fixes: #7086

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2023-06-12 11:24:45 -07:00
parent 977309a281
commit 0e2379909b

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