Skip to content

Commit 6882b41

Browse files
committed
Revert "Test"
This reverts commit d9d6489.
1 parent 58a60d7 commit 6882b41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
#
77
name: run-htmltest-external
88
on:
9-
pull_request:
10-
types: [opened, synchronize]
9+
schedule:
10+
# 10am UTC on Mondays
11+
- cron: "0 10 * * 1"
1112
jobs:
1213
htmltest:
1314
if: github.repository_owner == 'viamrobotics'

0 commit comments

Comments
 (0)