Commit 9670d4f 1 parent 752a843 commit 9670d4f Copy full SHA for 9670d4f
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ jobs:
178
178
with :
179
179
name : broken-wheel
180
180
path : shared/dist/*
181
+ retention-days : 7
181
182
182
183
build_and_test_cpu_mac :
183
184
name : Build and Test macos (CPU)
@@ -255,6 +256,7 @@ jobs:
255
256
with :
256
257
name : broken-wheel
257
258
path : dist/*
259
+ retention-days : 7
258
260
259
261
build_and_test_cpu_windows :
260
262
name : Build and Test Windows (CPU)
@@ -314,6 +316,7 @@ jobs:
314
316
# with:
315
317
# name: broken-wheel
316
318
# path: dist/*
319
+ # retention-days: 7
317
320
318
321
319
322
build_and_test_gpu_linux :
@@ -402,6 +405,7 @@ jobs:
402
405
with :
403
406
name : broken-wheel
404
407
path : shared/dist/*
408
+ retention-days : 7
405
409
406
410
build_and_test_windows :
407
411
name : Build and Test Windows
@@ -463,6 +467,7 @@ jobs:
463
467
with :
464
468
name : broken-wheel
465
469
path : dist/*
470
+ retention-days : 7
466
471
467
472
build_and_test_m1 :
468
473
name : Build and Test (Apple M1)
@@ -524,6 +529,7 @@ jobs:
524
529
with :
525
530
name : broken-wheel
526
531
path : dist/*
532
+ retention-days : 7
527
533
528
534
build_libtaichi_export :
529
535
name : Build libtaichi_export.so(GPU)
You can’t perform that action at this time.
0 commit comments