Skip to content

Commit 202cfbc

Browse files
committed
Test failure
1 parent 6882b41 commit 202cfbc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/linkcheck.yml

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

.htmltest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ IgnoreInternalEmptyHash: true
55
IgnoreDirectoryMissingTrailingSlash: false
66
IgnoreURLs:
77
- "app.viam.com"
8-
- "http://joda-time.sourceforge.net"
98
IgnoreDirs:
109
- "lib"
1110
CacheExpires: "6h"

0 commit comments

Comments
 (0)