Skip to content

Commit

Permalink
Revert "ci: Set up Turborepo cache for GitHub actions runner (no-chan…
Browse files Browse the repository at this point in the history
…gelog) (#6335)"

This reverts commit 9dfc110.
  • Loading branch information
netroy committed Jun 2, 2023
1 parent 406a405 commit 683dae3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-postgres-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 683dae3

Please sign in to comment.