forked from AFPy/python-docs-fr
Set a shorter timeout on this build (6h by default). (#1501)
Automerge of PR #1501 by @JulienPalard It should not take long, but we've seen it timeouting (probably for another reason that really taking 6+ hours), so a shorter timeout may be sane here.
This commit is contained in:
parent 02aa080d66
commit 02264afd6e
1 changed files with 1 additions and 0 deletions
1 .github/workflows/tests.yml vendored
1
.github/workflows/tests.yml vendored | | @ -58,6 +58,7 @@ jobs: | |||
sphinx: | ||||
name: 'Génération de la doc (sphinx)' | ||||
runs-on: ubuntu-latest | ||||
timeout-minutes: 30 | ||||
steps: | ||||
- uses: actions/checkout@v2 | ||||
- uses: actions/cache@v2 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue