Drop duplicated workflow jobs
This commit is contained in:
parent
dfacd05235
commit
2ef85c12fb
Notes:
git
2025-04-18 13:47:36 +00:00
4
.github/workflows/zjit-macos.yml
vendored
4
.github/workflows/zjit-macos.yml
vendored
@ -35,10 +35,6 @@ jobs:
|
|||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
tests: '../src/test/ruby/test_zjit.rb'
|
tests: '../src/test/ruby/test_zjit.rb'
|
||||||
|
|
||||||
# Test without ZJIT for now
|
|
||||||
- test_task: 'check'
|
|
||||||
configure: '--disable-zjit'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
||||||
RUN_OPTS: ${{ matrix.zjit_opts }}
|
RUN_OPTS: ${{ matrix.zjit_opts }}
|
||||||
|
4
.github/workflows/zjit-ubuntu.yml
vendored
4
.github/workflows/zjit-ubuntu.yml
vendored
@ -40,10 +40,6 @@ jobs:
|
|||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
tests: '../src/test/ruby/test_zjit.rb'
|
tests: '../src/test/ruby/test_zjit.rb'
|
||||||
|
|
||||||
# Test without ZJIT for now
|
|
||||||
- test_task: 'check'
|
|
||||||
configure: '--disable-zjit'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
||||||
RUN_OPTS: ${{ matrix.zjit_opts }}
|
RUN_OPTS: ${{ matrix.zjit_opts }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user