mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add a timeout of 15 minutes to GitHub Actions
This commit is contained in:
parent
dc852d66ea
commit
25ad2a031e
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
ubuntu:
|
ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
|
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
|
||||||
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -72,6 +73,7 @@ jobs:
|
|||||||
deadsnakes:
|
deadsnakes:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
|
name: Python ${{ matrix.python }} (Docutils ${{ matrix.docutils }})
|
||||||
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -106,6 +108,7 @@ jobs:
|
|||||||
free-threaded:
|
free-threaded:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Python ${{ matrix.python }} (free-threaded)
|
name: Python ${{ matrix.python }} (free-threaded)
|
||||||
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -138,6 +141,7 @@ jobs:
|
|||||||
deadsnakes-free-threaded:
|
deadsnakes-free-threaded:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Python ${{ matrix.python }} (free-threaded)
|
name: Python ${{ matrix.python }} (free-threaded)
|
||||||
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -171,6 +175,7 @@ jobs:
|
|||||||
windows:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
name: Windows
|
name: Windows
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -196,6 +201,7 @@ jobs:
|
|||||||
docutils-latest:
|
docutils-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Docutils HEAD
|
name: Docutils HEAD
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install epubcheck
|
- name: Install epubcheck
|
||||||
@ -233,6 +239,7 @@ jobs:
|
|||||||
oldest-supported:
|
oldest-supported:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Oldest supported
|
name: Oldest supported
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -262,6 +269,7 @@ jobs:
|
|||||||
latex:
|
latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: LaTeX
|
name: LaTeX
|
||||||
|
timeout-minutes: 15
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/sphinx-doc/sphinx-ci
|
image: ghcr.io/sphinx-doc/sphinx-ci
|
||||||
|
|
||||||
@ -291,6 +299,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && github.repository_owner == 'sphinx-doc'
|
if: github.event_name == 'push' && github.repository_owner == 'sphinx-doc'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Coverage
|
name: Coverage
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user