From 404b7295bd623ab608efa62723189fd59e697183 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 12 Mar 2026 11:06:36 +0100 Subject: [PATCH 1/2] Adding schedule to system-tests workflow --- .github/workflows/system_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index b61725b1..97702426 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - "**" + schedule: + - cron: '00 03 * * 1-5' jobs: build: From 1174c64a1f6691288512e97f753b4e41ef4a4d4e Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 12 Mar 2026 11:55:44 +0100 Subject: [PATCH 2/2] Update .github/workflows/system_tests.yml Co-authored-by: Charles de Beauchesne --- .github/workflows/system_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index 97702426..b884a8f2 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -8,7 +8,7 @@ on: branches: - "**" schedule: - - cron: '00 03 * * 1-5' + - cron: '00 03 * * *' jobs: build: