File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 echo "chunks=$chunks" >> $GITHUB_OUTPUT
172172
173173 - name : Upload sketches found
174- if : ${{ steps.set-chunks.outputs.build_all == 'false ' }}
174+ if : ${{ steps.set-chunks.outputs.build_libraries == 'true ' }}
175175 uses : actions/upload-artifact@v4
176176 with :
177177 name : sketches_found
@@ -214,13 +214,13 @@ jobs:
214214 run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} ${{ env.MAX_CHUNKS }} 1
215215
216216 - name : Download sketches found
217- if : ${{ needs.gen-chunks.outputs.build_all == 'false' }}
217+ if : ${{ needs.gen-chunks.outputs.build_all == 'false' && needs.gen-chunks.outputs.build_libraries == 'true' }}
218218 uses : actions/download-artifact@v4
219219 with :
220220 name : sketches_found
221221
222222 - name : Build selected sketches
223- if : ${{ needs.gen-chunks.outputs.build_all == 'false' }}
223+ if : ${{ needs.gen-chunks.outputs.build_all == 'false' && needs.gen-chunks.outputs.build_libraries == 'true' }}
224224 run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} ${{ needs.gen-chunks.outputs.chunk_count }} 1 sketches_found.txt
225225
226226 # Upload cli compile json as artifact
You can’t perform that action at this time.
0 commit comments