From b2c315bff1d3c16cc70385ed590619ae23679de6 Mon Sep 17 00:00:00 2001 From: Tasso Date: Thu, 7 Nov 2024 16:43:16 -0300 Subject: [PATCH] Update workflows --- .github/workflows/cd.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac5040554c..374e0942d1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: **/node_modules .yarn/cache key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }} - - run: yarn install + - run: yarn if: steps.yarn-cache.outputs.cache-hit != 'true' - run: yarn run ci - run: yarn run docs diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 1fff290d26..2c3c68ffdb 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -39,7 +39,7 @@ jobs: key: turbo-${{ runner.os }}-${{ github.job }} restore-keys: | turbo-${{ runner.os }}- - - run: yarn install + - run: yarn if: steps.yarn-cache.outputs.cache-hit != 'true' - run: yarn run ci - uses: actions/upload-artifact@v3