Skip to content

Commit d9d6489

Browse files
committed
Test
1 parent b70a29c commit d9d6489

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)