From 8de6843f738faa0d8afcd2f90b2b7fd083e904bc Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 17 Aug 2022 14:46:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20timeout=20to=20build=20a?= =?UTF-8?q?pk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 87ab8e2..0a6c580 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -25,6 +25,7 @@ jobs: build-apk: name: APK Build runs-on: ubuntu-latest + timeout-minutes: 10 steps: - name: Check out Git repository