mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 16:56:14 +01:00
[TASK] Add a time limit to the documentation check on CI (#1472)
This will avoid that a hung job will consume up to 30 minutes of CPU time.
This commit is contained in:
parent
6e987aca7b
commit
adb2b6693e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -326,6 +326,7 @@ jobs:
|
|||
documentation:
|
||||
name: Documentation
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 2
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue