commit 3e27b5307582619bb2703737a96a504bacf9c0df parent 2e69ec8cbd332eb56765fa10f82f76df992766a4 Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Thu, 29 Jul 2021 02:22:26 +0100 Added timeout for the job, no need to wait 6 hours when it gets stuck. Diffstat:
| M | .github/workflows/ci.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 60 strategy: fail-fast: false matrix: