Updated Windows workflow
This commit is contained in:
parent
fcbec0feaf
commit
7f320b7193
4
.github/workflows/images_build_windows.yml
vendored
4
.github/workflows/images_build_windows.yml
vendored
|
|
@ -80,7 +80,9 @@ jobs:
|
|||
with:
|
||||
ref: ${{ env.TRUNK_ONLY_EVENT == 'true' && env.TRUNK_GIT_BRANCH || '' }}
|
||||
fetch-depth: 1
|
||||
sparse-checkout: ${{ env.MATRIX_FILE }}
|
||||
sparse-checkout: |
|
||||
${{ env.MATRIX_FILE }}
|
||||
.github
|
||||
|
||||
- name: Check matrix file
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue