From dc678e59df029b829381ad290b6b133394861f24 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Fri, 23 Dec 2022 10:31:30 -0600 Subject: [PATCH] GH Actions: Set job timeout --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b42512d32..4a301299f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ on: jobs: Test: runs-on: self-hosted + timeout-minutes: 30 steps: - name: Check out source code uses: actions/checkout@v1