From 65d435d9e7826c318eef68866bafa153d7873eab Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Sun, 4 Aug 2024 11:47:37 +0900 Subject: [PATCH] ci: fix broken link check (#3061) ### Description Ubuntu no longer maintains the package list for bionic. Linked to from old release notes --- .github/workflows/housekeeping.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 4f86d4d4a..36b796100 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -62,6 +62,8 @@ jobs: --exclude 'https://www.ascap.com' --exclude 'https://www.youtube-nocookie.com' --exclude 'github\.com/libretime/libretime/(issues|pulls)' + --exclude 'https://packages.ubuntu.com/bionic/php7.2' + --exclude 'https://packages.ubuntu.com/bionic/python3' --cache --max-cache-age 2d fail: true