From a84d3bfe4320334e7b1702aa0cbb88ef3fefb0e1 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 11 Dec 2023 16:34:51 +0100 Subject: [PATCH] ci: use turbo prefix --- .github/workflows/ci.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a3a28..1916f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: run: pnpm install - name: Turborepo cache uses: dtinth/setup-github-actions-caching-for-turbo@v1 + with: + cache-prefix: snippetz - name: Build run: pnpm turbo build - name: Run tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03560c2..3ca72e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,8 @@ jobs: run: pnpm install - name: Turborepo cache uses: dtinth/setup-github-actions-caching-for-turbo@v1 + with: + cache-prefix: snippetz - name: Build run: pnpm turbo build - name: Create Release Pull Request or Publish to npm