]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: limit workflow runs to 20 minutes
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 15 Oct 2023 14:37:10 +0000 (16:37 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 15 Oct 2023 15:17:59 +0000 (17:17 +0200)
This prevents the FreeBSD runner to run for 6 hours in a bootloop.

.github/workflows/build.yml

index caa5d020608b7418fc60578287b28ec0fc7b32be..0eb27837d36cb2f2cef7ee499493c2f2be69ba68 100644 (file)
@@ -21,6 +21,7 @@ jobs:
   build:
     name: Build
     needs: codestyle
+    timeout-minutes: 20
     strategy:
       fail-fast: false
       matrix: