-
Notifications
You must be signed in to change notification settings - Fork 235
Move linkcheck to a cronjob-style workflow #901
Copy link
Copy link
Open
cjolowicz/cookiecutter-hypermodern-python-instance
#739Labels
ciChanges to CI configuration files and scriptsChanges to CI configuration files and scriptscookiecutterChanges outside of the template directoryChanges outside of the template directory
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
ciChanges to CI configuration files and scriptsChanges to CI configuration files and scriptscookiecutterChanges outside of the template directoryChanges outside of the template directory
The problem with running linkcheck within the Tests workflow is that a broken link will affect every PR, even when unrelated to docs.
Recent cases:
There's also the issue of some links related to our own release not yet available when it's published.
A cronjob-workflow might also be a good idea for running tests with unpinned dependencies, or on the upcoming Python release.