temporarly comment out gate to run windows task
This commit is contained in:
parent
0f543fdb1e
commit
6bbc054705
|
|
@ -71,8 +71,8 @@ jobs:
|
|||
cmake --build --preset ${{ matrix.preset }} --parallel
|
||||
|
||||
windows:
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.changed == 'True'
|
||||
# needs: [changes]
|
||||
# if: needs.changes.outputs.changed == 'True'
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in New Issue