From 450d0e7f05ac703590a74ce69c72b523e090fe26 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 4 Jul 2022 19:48:15 -0600 Subject: [PATCH] Adds timeout to checks --- .github/workflows/required-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/required-checks.yml b/.github/workflows/required-checks.yml index 45b10ef6ad..a1ae2f66c7 100644 --- a/.github/workflows/required-checks.yml +++ b/.github/workflows/required-checks.yml @@ -16,7 +16,7 @@ jobs: node: ["16.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} - + timeout-minutes: 15 steps: - name: Ensure All Conditional Checks Have Passed uses: blend/require-conditional-status-checks@2022.02.04