From 17a4f6fcb22b54b0238321b2a3ac6ad9eca2f71d Mon Sep 17 00:00:00 2001 From: ivanmilevtues Date: Tue, 24 Jun 2025 03:10:48 +0200 Subject: [PATCH] Added timeout of 30 minutes --- .github/workflows/update-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 647f769..f5e910c 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -61,6 +61,7 @@ jobs: - name: Fetch CodeBoarding Documentation id: codeboarding + timeout-minutes: 30 uses: CodeBoarding/CodeBoarding-GHAction@main with: repository_url: ${{ github.event.inputs.repository_url }}