Skip to content

Commit 1411b8e

Browse files
committed
feat(gen): add schedule
1 parent 133f483 commit 1411b8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Check links on schedule
22

33
on:
4-
pull_request:
5-
push:
4+
schedule:
5+
cron: "20 14 * * *"
6+
# pull_request:
7+
# push:
68

79

810
jobs:

0 commit comments

Comments
 (0)