Skip to content

Commit e101829

Browse files
committed
move to cron
1 parent 0e98ef2 commit e101829

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
name: CheckLinks
44
on:
5-
push:
6-
branches:
7-
- master
8-
pull_request:
9-
branches:
10-
- master
5+
schedule:
6+
- cron: "0 0 23 ? * SAT *"
117

128
jobs:
139
checklinks:

0 commit comments

Comments
 (0)