diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 64793fcb1d..7c3f19f55b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index f887e19df6..e148b76cbe 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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