From: Nathan Moinvaziri Date: Sun, 19 Jun 2022 21:42:57 +0000 (-0700) Subject: Set max time for job to complete to 60 minutes. X-Git-Tag: 2.1.0-beta1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a14b932d6ba2923feaa6d1aa3317330c31aef38;p=thirdparty%2Fzlib-ng.git Set max time for job to complete to 60 minutes. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7b537f06c..d9af5d4a9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -7,6 +7,7 @@ jobs: cmake: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} + timeout-minutes: 60 strategy: fail-fast: false matrix: