From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:37:10 +0000 (+0200) Subject: CI: limit workflow runs to 20 minutes X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9b0031aec4982eede037eb81b03f959621928777;p=proto%2Flabwc.git CI: limit workflow runs to 20 minutes This prevents the FreeBSD runner to run for 6 hours in a bootloop. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caa5d020..0eb27837 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: build: name: Build needs: codestyle + timeout-minutes: 20 strategy: fail-fast: false matrix: