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