From 90b786d33986089e63d219a06a56100295c9005c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:11:55 +0200 Subject: [PATCH 1/2] ci: add nightly schedule trigger at 02:00 UTC Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5779d7df8..2ff51d936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,9 @@ on: branches: - master pull_request: + schedule: + - cron: '0 2 * * *' workflow_dispatch: - jobs: documentation: From 281c914767b3c48ea445f4efce3a7e93709ba31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:59:46 +0200 Subject: [PATCH 2/2] ci: add comment explaining cron schedule Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff51d936..6236f9f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - master pull_request: schedule: - - cron: '0 2 * * *' + - cron: '0 2 * * *' # every day at 02:00 UTC workflow_dispatch: jobs: