CI: limit workflow runs to 20 minutes

This prevents the FreeBSD runner to run for 6 hours in a bootloop.
This commit is contained in:
Consolatis 2023-10-15 16:37:10 +02:00
parent 4174553124
commit 9b0031aec4

View file

@ -21,6 +21,7 @@ jobs:
build:
name: Build
needs: codestyle
timeout-minutes: 20
strategy:
fail-fast: false
matrix: