Add timeout to CI jobs (#1200) · python/devguide@173bcb5 · GitHub
Skip to content

Commit 173bcb5

Browse files
authored
Add timeout to CI jobs (#1200)
1 parent 0661704 commit 173bcb5

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions

.github/workflows/documentation-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
documentation-links:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 10
1314
steps:
1415
- uses: readthedocs/actions/preview@v1
1516
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion

0 commit comments

Comments
 (0)