Drop duplicated workflow jobs

This commit is contained in:
Takashi Kokubun 2025-04-18 18:41:21 +09:00
parent dfacd05235
commit 2ef85c12fb
Notes: git 2025-04-18 13:47:36 +00:00
2 changed files with 0 additions and 8 deletions

View File

@ -35,10 +35,6 @@ jobs:
configure: '--enable-zjit=dev'
tests: '../src/test/ruby/test_zjit.rb'
# Test without ZJIT for now
- test_task: 'check'
configure: '--disable-zjit'
env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUN_OPTS: ${{ matrix.zjit_opts }}

View File

@ -40,10 +40,6 @@ jobs:
configure: '--enable-zjit=dev'
tests: '../src/test/ruby/test_zjit.rb'
# Test without ZJIT for now
- test_task: 'check'
configure: '--disable-zjit'
env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUN_OPTS: ${{ matrix.zjit_opts }}