mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-18 15:16:13 +02: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:
Oliver Klee 2024-09-27 09:12:36 +02:00 committed by GitHub
parent 6e987aca7b
commit adb2b6693e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -326,6 +326,7 @@ jobs:
documentation:
name: Documentation
runs-on: ubuntu-24.04
timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v4