Ver Fonte

ci: remove vercel remote caching configuration

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI há 9 meses atrás
pai
commit
34389ea997

+ 0 - 5
.github/workflows/ci-turbo-build.yml

@@ -23,10 +23,5 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
-      - name: Enable Turbo Remote Caching
-        uses: actions/setup-node@v4
-        with:
-          token: ${{ secrets.TURBO_TOKEN }}
-          team: pythnetwork
       - name: Build
         run: pnpm build:ci

+ 0 - 5
.github/workflows/ci-turbo-test.yml

@@ -36,10 +36,5 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
-      - name: Enable Turbo Remote Caching
-        uses: actions/setup-node@v4
-        with:
-          token: ${{ secrets.TURBO_TOKEN }}
-          team: pythnetwork
       - name: Test
         run: pnpm test:ci