From 04d9dd82a4262196995a8a81e35d140c9e2c7075 Mon Sep 17 00:00:00 2001 From: tobolar Date: Mon, 27 Jul 2026 11:55:41 +0200 Subject: [PATCH] CI/cron: shorten timeout for HTML links check again and run two times a month --- .github/workflows/checkCron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkCron.yml b/.github/workflows/checkCron.yml index 41be4ce..21769cc 100644 --- a/.github/workflows/checkCron.yml +++ b/.github/workflows/checkCron.yml @@ -3,11 +3,11 @@ name: Cron on: workflow_dispatch: schedule: - - cron: "7 3 * * 0" + - cron: "7 3 3,18 * *" jobs: html_documentation_link_checks: - timeout-minutes: 10 + timeout-minutes: 5 if: github.repository_owner == 'DLR-SR' runs-on: ubuntu-latest steps: