From e1aa654835fe26eff7857404be9d5203b7e15418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Fri, 2 Jun 2023 10:11:36 +0000 Subject: [PATCH] ci: Revert "Set up Turborepo cache for GitHub actions runner" (#6364) (no-changelog) Revert "ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)" This reverts commit 9dfc11037bd4dd1bb699a37b737d589681f6e696. --- .github/workflows/ci-master.yml | 3 --- .github/workflows/ci-postgres-mysql.yml | 3 --- .github/workflows/ci-pull-requests.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index a63f5903ca..53ea34eb91 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 ddaa9db224..bbec701552 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 12461f7a72..01e913b010 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