We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6882b41 commit 202cfbcCopy full SHA for 202cfbc
.github/workflows/linkcheck.yml
@@ -6,9 +6,8 @@
6
#
7
name: run-htmltest-external
8
on:
9
- schedule:
10
- # 10am UTC on Mondays
11
- - cron: "0 10 * * 1"
+ pull_request:
+ types: [opened, synchronize]
12
jobs:
13
htmltest:
14
if: github.repository_owner == 'viamrobotics'
.htmltest.yml
@@ -5,7 +5,6 @@ IgnoreInternalEmptyHash: true
5
IgnoreDirectoryMissingTrailingSlash: false
IgnoreURLs:
- "app.viam.com"
- - "http://joda-time.sourceforge.net"
IgnoreDirs:
- "lib"
CacheExpires: "6h"
0 commit comments