refactor delete unnecessary branches
These conditions always hold.
This commit is contained in:
parent
34bf2d5085
commit
c90b8493fb
Notes:
git
2023-06-30 08:39:58 +00:00
5
.github/workflows/annocheck.yml
vendored
5
.github/workflows/annocheck.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user