From aa781febd9ccf6d7db119caa15dc37fe476c05de Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Tue, 8 Oct 2024 15:46:54 +0100 Subject: [PATCH] Remove unused CI task branch for Ubuntu CI --- .github/workflows/ubuntu.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9d8061838d0dcf..c060d37ec0fbbd 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -159,19 +159,6 @@ jobs: ${TESTS:+TESTS="$TESTS"} ${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }} timeout-minutes: ${{ matrix.timeout || 40 }} - if: ${{ !matrix.shared_gc}} - env: - RUBY_TESTOPTS: '-q --tty=no' - TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof' - PRECHECK_BUNDLED_GEMS: 'no' - - - name: make ${{ matrix.test_task }} - run: >- - $SETARCH make -s ${{ matrix.test_task }} - ${TESTS:+TESTS="$TESTS"} - ${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }} - timeout-minutes: ${{ matrix.timeout || 40 }} - if: ${{ matrix.shared_gc}} env: RUBY_TESTOPTS: '-q --tty=no' TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof'