diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 442abbc..c13904c 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -181,7 +181,7 @@ jobs: - name: Update modules cache uses: actions/cache/save@v4 # We always want to run this step even if the "test" step failed. - if: '!cancelled() && steps.cache_restore.outputs.cache-hit != "true"' + if: !cancelled() && steps.cache_restore.outputs.cache-hit != 'true' with: path: ${{ github.workspace }}/node_modules key: linux-arm-node-${{ matrix.node }}-${{ env.CACHE_KEY }}