We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd13d54 commit 9bb20f9Copy full SHA for 9bb20f9
1 file changed
.github/workflows/linkcheck.yml
@@ -1,6 +1,9 @@
1
name: Build documentation
2
3
on:
4
+ schedule:
5
+ # Once a month is enough
6
+ - cron: '0 1 15 * *'
7
pull_request:
8
9
jobs:
0 commit comments