Skip to content

Commit 9bb20f9

Browse files
committed
Adding link check cronjob
1 parent dd13d54 commit 9bb20f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build documentation
22

33
on:
4+
schedule:
5+
# Once a month is enough
6+
- cron: '0 1 15 * *'
47
pull_request:
58

69
jobs:

0 commit comments

Comments
 (0)