diff options
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4100c9ea21..bfa4f9cb52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,7 @@ jobs: docs: runs-on: ubuntu-24.04 name: spelling + timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v5 @@ -43,6 +44,7 @@ jobs: blacken-docs: runs-on: ubuntu-latest name: blacken-docs + timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v5 @@ -66,6 +68,7 @@ jobs: lint-docs: runs-on: ubuntu-latest name: lint-docs + timeout-minutes: 60 steps: - name: Checkout uses: actions/checkout@v5 |
