From d0bff661d65451065cc1132db25a2da2ecc87feb Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Wed, 9 Oct 2024 20:58:28 +0100 Subject: [PATCH] Remove unused timeout in parsey CI. This is unset and has no fallback. it's causing an error in the CI output Error: An error occurred when attempting to determine the step timeout. Error: The template is not valid. .github/workflows/parsey.yml (Line: 78, Col: 26): Unexpected value '' --- .github/workflows/parsey.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/parsey.yml b/.github/workflows/parsey.yml index fce8f94035..f9b3a868da 100644 --- a/.github/workflows/parsey.yml +++ b/.github/workflows/parsey.yml @@ -75,7 +75,6 @@ jobs: - name: make ${{ matrix.test_task }} run: make -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS" - timeout-minutes: ${{ matrix.timeout }} env: RUBY_TESTOPTS: ${{ matrix.testopts }} EXCLUDES: '../src/test/.excludes-parsey'