Skip to content

Commit 97de4be

Browse files
run more frequently
1 parent 0440c74 commit 97de4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check Links
22

33
on:
4-
# Run monday mornings
4+
# Run M/W/F mornings
55
schedule:
6-
- cron: '0 10 * * MON'
6+
- cron: '0 10 * * 1,3,5'
77
workflow_dispatch:
88
jobs:
99
check-links:

0 commit comments

Comments
 (0)