From fd5d0c2ce965c7f38a89de4b9b8d5e55d5838000 Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Wed, 18 Mar 2020 13:56:57 +0100 Subject: [PATCH] Add CI timeout Signed-off-by: Christopher Crone --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfd4884..c2b778e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: Set up Go 1.13 uses: actions/setup-go@v1