fix(ci): ignore duckdns.org for links check

This commit is contained in:
Quentin McGaw
2024-09-16 14:48:36 +00:00
parent 8664aa0e5c
commit 2a9e41c646

View File

@@ -26,6 +26,9 @@
},
{
"pattern": "https://github.com/qdm12/ddns-updater/pkgs/container/ddns-updater"
},
{
"pattern": "^https://www.duckdns.org/$"
}
],
"timeout": "20s",