From 7309888db57c82f53f2f732706e405137ea56c61 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 11 Apr 2021 11:09:01 -0400 Subject: [PATCH] Add missing timeout --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb0116e6..f5bec528 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ jobs: build: name: Publish runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Check out code uses: actions/checkout@v2