From aaa5bb675b78a284ca4faad978abdf2f1b2882c2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 13 Dec 2024 21:00:26 +0100 Subject: [PATCH] provide a higher timeout to the link checker action --- .github/workflows/checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3d12322..59ffbb8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,6 +13,7 @@ jobs: file_types: .md,.yml verbose: true retry_count: 3 + timeout: 30 - name: Check Blog Links uses: urlstechie/urlchecker-action@master if: always() @@ -21,6 +22,7 @@ jobs: file_types: .md verbose: true retry_count: 3 + timeout: 30 - name: Check Changelog Links uses: urlstechie/urlchecker-action@master if: always() @@ -28,3 +30,4 @@ jobs: include_files: Changelog.md verbose: true retry_count: 3 + timeout: 30