diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 577579d..15d4dfa 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -201,17 +201,6 @@ jobs: key: ${{ runner.os }}-turbo-playwright-${{ github.sha }} restore-keys: ${{ runner.os }}-turbo-playwright- - - name: Restore Astro Cache - uses: actions/cache@v4 - with: - path: | - .astro - node_modules/.astro - key: ${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml', 'src/**', 'public/**', 'astro.config.mjs') }} - restore-keys: | - ${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml') }}- - ${{ runner.os }}-astro- - - name: Restore node_modules cache id: cache uses: actions/cache/restore@v4