summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2024-10-09 20:58:28 +0100
committerMatt Valentine-House <matt@eightbitraptor.com>2024-10-09 21:57:27 +0100
commitd0bff661d65451065cc1132db25a2da2ecc87feb (patch)
treeb0672bda36694a6e0ed518c386f9dabc2b922150
parentf7fdf6cc36ce42594e21765c8ca00f4e10505a6b (diff)
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 ''
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11858
-rw-r--r--.github/workflows/parsey.yml1
1 files changed, 0 insertions, 1 deletions
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'