Skip to content

Commit

Permalink
ci: disable turbo remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper573 committed Jul 4, 2024
1 parent 0fe2a15 commit 36ff4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Test
on: [push]

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
#TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
#TURBO_TEAM: ${{ vars.TURBO_TEAM }}

jobs:
conventions:
Expand Down

0 comments on commit 36ff4c5

Please sign in to comment.