Skip to content

Commit

Permalink
Merge pull request #495 from mbaldessari/make-htmltest-cron
Browse files Browse the repository at this point in the history
Switch htmltest to be run in cron
  • Loading branch information
mbaldessari authored Nov 11, 2024
2 parents 7ea0c20 + fa362a5 commit b703f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: HtmlTest Action
on: [push, pull_request]
on:
schedule:
- cron: '23 17 * * *'
jobs:
build:
name: Htmltest
Expand Down

0 comments on commit b703f0b

Please sign in to comment.