Skip to content

Commit

Permalink
Switch htmltest to be run in cron
Browse files Browse the repository at this point in the history
Discussed this with the team. Seems the benefits outweigh the effort.
htmltest does not work in many corner cases and it is confusing people
to no end.
  • Loading branch information
mbaldessari committed Nov 11, 2024
1 parent 7ea0c20 commit fa362a5
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 fa362a5

Please sign in to comment.