From fa362a5113556f2a561f355f890f901be6cf422c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 11 Nov 2024 17:22:56 +0100 Subject: [PATCH] Switch htmltest to be run in cron 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. --- .github/workflows/htmltest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index 893c90bcc..864dcd746 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -1,5 +1,7 @@ name: HtmlTest Action -on: [push, pull_request] +on: + schedule: + - cron: '23 17 * * *' jobs: build: name: Htmltest