From 3057a7665290da6111c62c04ec40e29c9c8c069b Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Mon, 12 Apr 2021 09:25:38 +0200 Subject: [PATCH] Do not bother forks with invalid links in doc (#3788) Job runs each Sunday. --- .github/workflows/checkCron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checkCron.yml b/.github/workflows/checkCron.yml index d689f62d0d..84eda097f4 100644 --- a/.github/workflows/checkCron.yml +++ b/.github/workflows/checkCron.yml @@ -8,6 +8,7 @@ on: jobs: html_documentation_link_checks: timeout-minutes: 5 + if: github.repository_owner == 'modelica' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2