Skip to content

Commit 372dca2

Browse files
authored
Move link check to be weekly (#833)
1 parent 4458d8e commit 372dca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
name: run-htmltest-external
88
on:
99
schedule:
10-
# 10am UTC on weekdays
11-
- cron: "0 10 * * 1,2,3,4,5"
10+
# 10am UTC on Mondays
11+
- cron: "0 10 * * 1"
1212
jobs:
1313
htmltest:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)