File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 - ' 3.11'
149149 fail-fast : false
150150 runs-on : ${{ matrix.os }}
151- if : ${{ needs.initialize.outputs.FULL_BUILD == 'true ' }}
151+ if : ${{ needs.initialize.outputs.FULL_BUILD == 'false ' }}
152152
153153 steps :
154154 - name : Checkout
@@ -196,7 +196,7 @@ jobs:
196196 - ' 3.11'
197197 fail-fast : false
198198 runs-on : ${{ matrix.os }}
199- if : ${{ needs.initialize.outputs.FULL_BUILD == 'true ' }}
199+ if : ${{ needs.initialize.outputs.FULL_BUILD == 'false ' }}
200200
201201 steps :
202202 - name : Checkout
@@ -243,7 +243,7 @@ jobs:
243243 python-version :
244244 - ' 3.9'
245245 runs-on : ${{ matrix.os }}
246- if : ${{ needs.initialize.outputs.FULL_BUILD == 'true ' }}
246+ if : ${{ needs.initialize.outputs.FULL_BUILD == 'false ' }}
247247
248248 steps :
249249 - name : Checkout
@@ -339,7 +339,7 @@ jobs:
339339 - ' 3.11'
340340 fail-fast : false
341341 runs-on : ${{ matrix.os }}
342- if : ${{ needs.initialize.outputs.FULL_BUILD == 'true ' }}
342+ if : ${{ needs.initialize.outputs.FULL_BUILD == 'false ' }}
343343
344344 steps :
345345 - name : Checkout
@@ -405,7 +405,7 @@ jobs:
405405 - ' 3.11'
406406 fail-fast : false
407407 runs-on : ${{ matrix.os }}
408- if : ${{ needs.initialize.outputs.FULL_BUILD == 'true ' }}
408+ if : ${{ needs.initialize.outputs.FULL_BUILD == 'false ' }}
409409
410410 steps :
411411 - name : Checkout
You can’t perform that action at this time.
0 commit comments