Minimize diff in existing workflow files

This commit is contained in:
Alan Wu 2021-10-15 13:30:01 -04:00
parent 4cad893080
commit 63faab3c36
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,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 }}

View File

@ -48,7 +48,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