mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-23 18:56:13 +01:00

[TASK] Add a time limit to the documentation check on CI

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-25 11:07:21 +02:00 committed by Daniel Siepmann
parent 6e987aca7b
commit 5227045493

View file

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