]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Run linkchecker only on Wednesdays
authorMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 14:53:16 +0000 (14:53 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 5 May 2025 14:53:16 +0000 (14:53 +0000)
commit5be38ee615c050182b55fd727d069e299de608fc
tree37316661be7a4cad049c2b461eac3598d0fc5dbe
parenta97c03c8460bd2fe9546b244178962da8cd3df19
parentf745a9212a3cb5d938a418a294955886d90e268c
chg: ci: Run linkchecker only on Wednesdays

Some domains tested by linkchecker may think that we connect to them too
often and will refuse connection or reply with an error code, which makes
this job fail. Let's check links only on Wednesdays.

Merge branch 'mnowak/run-linkchecker-only-sometimes' into 'main'

See merge request isc-projects/bind9!10439