PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Run docs-linkcheck on a schedule instead of in every PR #3544

Closed wolfgangwalther closed 1 week ago

wolfgangwalther commented 1 month ago

The problem is that running this in every PR will run it quite often - which leads to certain target servers rate-limiting us / the github runners. This is very likely the reason why we are seeing 403 errors more often lately - for URLs which seem to work just fine otherwise.

If we just remove the linkcheck from each PR and instead run it on a schedule, for example weekly, then we should be much better off.