Skip to content

Commit b703f0b

Browse files
authored
Merge pull request validatedpatterns#495 from mbaldessari/make-htmltest-cron
Switch htmltest to be run in cron
2 parents 7ea0c20 + fa362a5 commit b703f0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/htmltest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: HtmlTest Action
2-
on: [push, pull_request]
2+
on:
3+
schedule:
4+
- cron: '23 17 * * *'
35
jobs:
46
build:
57
name: Htmltest

0 commit comments

Comments
 (0)