From 182a0c11e72185f28e198637a0b80fba4e58f68f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 3 May 2024 11:53:31 +0100 Subject: [PATCH] ci: retain test result for default period --- .github/workflows/test-quickget.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-quickget.yml b/.github/workflows/test-quickget.yml index f49c67a..e454610 100644 --- a/.github/workflows/test-quickget.yml +++ b/.github/workflows/test-quickget.yml @@ -43,7 +43,6 @@ jobs: with: name: supported path: results/supported.txt - retention-days: 1 list-os-info: name: List all OS info @@ -66,7 +65,6 @@ jobs: with: name: infos path: results/infos.txt - retention-days: 1 list-all-urls: needs: [list-supported] @@ -96,7 +94,6 @@ jobs: with: name: urls path: results/urls.txt - retention-days: 1 check-all-urls: name: Check all URLs