File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
echo "chunks=$chunks" >> $GITHUB_OUTPUT
172
172
173
173
- name : Upload sketches found
174
- if : ${{ steps.set-chunks.outputs.build_all == 'false ' }}
174
+ if : ${{ steps.set-chunks.outputs.build_libraries == 'true ' }}
175
175
uses : actions/upload-artifact@v4
176
176
with :
177
177
name : sketches_found
@@ -214,13 +214,13 @@ jobs:
214
214
run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} ${{ env.MAX_CHUNKS }} 1
215
215
216
216
- 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' }}
218
218
uses : actions/download-artifact@v4
219
219
with :
220
220
name : sketches_found
221
221
222
222
- 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' }}
224
224
run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} ${{ needs.gen-chunks.outputs.chunk_count }} 1 sketches_found.txt
225
225
226
226
# Upload cli compile json as artifact
You can’t perform that action at this time.
0 commit comments