From 0478e6bbfed40188d4b3441ff2581b580bf1944c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 25 Sep 2025 10:28:37 +0200 Subject: [PATCH] ci: allow manually running linkcheck workflow --- .github/workflows/linkcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linkcheck.yaml b/.github/workflows/linkcheck.yaml index 447974de3..24a8677a9 100644 --- a/.github/workflows/linkcheck.yaml +++ b/.github/workflows/linkcheck.yaml @@ -3,6 +3,7 @@ name: Linkcheck on: schedule: - cron: '1 2 * * 3' + workflow_dispatch: jobs: linkcheck: