Use ${{}}
for if statement
This commit is contained in:
parent
408605aae7
commit
fe77a03392
2
.github/workflows/yjit-macos.yml
vendored
2
.github/workflows/yjit-macos.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- run: make $JOBS incs
|
- run: make $JOBS incs
|
||||||
- run: make $JOBS
|
- run: make $JOBS
|
||||||
- run: make leaked-globals
|
- run: make leaked-globals
|
||||||
if: matrix.test_task == 'check'
|
if: ${{ matrix.test_task == 'check' }}
|
||||||
- run: make prepare-gems
|
- run: make prepare-gems
|
||||||
if: ${{ matrix.test_task == 'check' }}
|
if: ${{ matrix.test_task == 'check' }}
|
||||||
- run: make $JOBS -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"
|
||||||
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
- run: make $JOBS incs
|
- run: make $JOBS incs
|
||||||
- run: make $JOBS
|
- run: make $JOBS
|
||||||
- run: make leaked-globals
|
- run: make leaked-globals
|
||||||
if: matrix.test_task == 'check'
|
if: ${{ matrix.test_task == 'check' }}
|
||||||
- run: make prepare-gems
|
- run: make prepare-gems
|
||||||
if: ${{ matrix.test_task == 'check' }}
|
if: ${{ matrix.test_task == 'check' }}
|
||||||
- name: Create dummy files in build dir
|
- name: Create dummy files in build dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user