Skip to content

Commit

Permalink
Merge pull request #561 from kafitzgerald/issue560
Browse files Browse the repository at this point in the history
Add a timeout limit for CI
  • Loading branch information
kafitzgerald committed Nov 9, 2023
2 parents eeb3f4d + bda634c commit e7041c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build-and-run:
name: Build Sphinx Docs (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 60
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit e7041c4

Please sign in to comment.