From 06b20a274cb6617d316f2794efa431fadadd2916 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 30 Oct 2021 14:22:48 +0200 Subject: [PATCH] Do not run rubocop on non-CRuby It does not seem useful (redundant with running it on CRuby), makes builds slower, and also sometimes makes builds fail: https://github.com/puma/puma/runs/4047984193?check_suite_focus=true --- .github/workflows/non_mri.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/non_mri.yml b/.github/workflows/non_mri.yml index d9b4b5ccb5..967931ad7d 100644 --- a/.github/workflows/non_mri.yml +++ b/.github/workflows/non_mri.yml @@ -62,10 +62,6 @@ jobs: - name: compile run: bundle exec rake compile - - name: rubocop - if: endsWith(matrix.ruby, '-head') == false - run: bundle exec rake rubocop - - name: test id: test timeout-minutes: 12