]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions: limit retention on uploaded artifacts 10708/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 10 Sep 2021 08:32:59 +0000 (10:32 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 10 Sep 2021 08:32:59 +0000 (10:32 +0200)
.github/workflows/build-and-test-all.yml
.github/workflows/builder.yml

index 83bcd367f4a054e1917fa75ba544899448f2f2e4..fcf3c5d4de445c303a8bbb08147d32f380941561 100644 (file)
@@ -34,6 +34,7 @@ jobs:
         with:
           name: pdns-auth
           path: /opt/pdns-auth
+          retention-days: 1
 
   build-recursor:
     name: build recursor
@@ -64,6 +65,7 @@ jobs:
         with:
           name: pdns-recursor
           path: /opt/pdns-recursor
+          retention-days: 1
 
   build-dnsdist:
     name: build dnsdist
@@ -98,6 +100,7 @@ jobs:
         with:
           name: dnsdist-${{ matrix.sanitizers }}
           path: /opt/dnsdist
+          retention-days: 1
 
   test-auth-api:
     needs: build-auth
index b3b10075a5249467fd811dc1440c763b7b8d1ef4..09ebfdaed4be64b772f78e274ece0c6d7febf1ab 100644 (file)
@@ -36,3 +36,4 @@ jobs:
         with:
           name: ${{ matrix.product }}-${{ matrix.os }}-${{ steps.getversion.outputs.version }}
           path: built_pkgs/
+          retention-days: 7