diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index a63f5903c..53ea34eb9 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -29,9 +29,6 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Configure Turbo cache - uses: dtinth/setup-github-actions-caching-for-turbo@v1 - - name: Build run: pnpm build diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index ddaa9db22..bbec70155 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -28,9 +28,6 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Configure Turbo cache - uses: dtinth/setup-github-actions-caching-for-turbo@v1 - - name: Start MySQL & Postgres uses: isbang/compose-action@v1.3.2 with: diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index 12461f7a7..01e913b01 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -23,9 +23,6 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Configure Turbo cache - uses: dtinth/setup-github-actions-caching-for-turbo@v1 - - name: Build run: pnpm build