From a60c565c12a31690dc495c2113338bc53daea943 Mon Sep 17 00:00:00 2001 From: Gerry Ferdinandus Date: Mon, 25 Jan 2021 23:32:29 +0100 Subject: [PATCH] Limit total build time to 10 minutes (#1452) --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bbf773d0..e3a94ff2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -6,6 +6,7 @@ jobs: build: runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v2