Procházet zdrojové kódy

ci: set shorter retention period for artifacts

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
CrazyMax před 3 roky
rodič
revize
d730d550e2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -46,6 +46,7 @@ jobs:
           name: ${{ matrix.target }}
           name: ${{ matrix.target }}
           path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/*
           path: ${{ env.BUNDLES_OUTPUT }}/${{ matrix.target }}-daemon/*
           if-no-files-found: error
           if-no-files-found: error
+          retention-days: 7
 
 
   test-buildkit:
   test-buildkit:
     needs:
     needs: