From b7086108671fcd6c1c2f0a133a29b02ea9258cc0 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 11 Nov 2020 16:45:50 +0100 Subject: [PATCH] ios ci: Add a timeout The CI seems to get stuck and then continue running forever :( --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e9ce80..2df44184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: jobs: build: runs-on: macos-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v1 - name: Install gpg