From beeb980bfbe90728335c2cf6ec54d9c02bc4aa8c Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Fri, 20 Dec 2024 13:22:11 +0100 Subject: [PATCH] disable linkchecks on push Hopefully stabilizes the results for less 403 answers --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e4faee986733..ca61868a9df4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,9 +1,9 @@ name: documentation on: - push: # run on push events in the docs subfolder - paths: - - 'docs/**' + # push: # run on push events in the docs subfolder + # paths: + # - 'docs/**' workflow_dispatch: schedule: - cron: '30 1 * * *' # daily at 01:30 UTC