1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use ${{}} for if statement

This commit is contained in:
Nobuyoshi Nakada 2021-10-24 18:35:51 +09:00
parent 408605aae7
commit fe77a03392
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
- run: make $JOBS incs
- run: make $JOBS
- run: make leaked-globals
if: matrix.test_task == 'check'
if: ${{ matrix.test_task == 'check' }}
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- run: make $JOBS -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"

View file

@ -60,7 +60,7 @@ jobs:
- run: make $JOBS incs
- run: make $JOBS
- run: make leaked-globals
if: matrix.test_task == 'check'
if: ${{ matrix.test_task == 'check' }}
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- name: Create dummy files in build dir