From c90b8493fb6d4cad143bd024039adbbf783f847d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 30 Jun 2023 15:26:03 +0900 Subject: [PATCH] refactor delete unnecessary branches These conditions always hold. --- .github/workflows/annocheck.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml index 51439805d5..e73ae40397 100644 --- a/.github/workflows/annocheck.yml +++ b/.github/workflows/annocheck.yml @@ -128,19 +128,14 @@ jobs: - run: make - run: make test - run: make install - if: ${{ matrix.entry.check }} - run: make test-tool - if: ${{ matrix.entry.check }} ### test-all doesn't work: https://github.com/ruby/ruby/actions/runs/4340112185/jobs/7578344307 # - run: make test-all TESTS='-- ruby -ext-' - # if: ${{ matrix.entry.check }} ### test-spec doesn't work: https://github.com/ruby/ruby/actions/runs/4340193212/jobs/7578505652 # - run: make test-spec # env: # CHECK_LEAKS: true - # if: ${{ matrix.entry.check }} - run: make test-annocheck - if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }} - uses: ./src/.github/actions/slack with: