Skip to content

Commit 121da74

Browse files
authored
fix(repo): disable turbo remote cache for release-preflight workflow (#8025)
1 parent 38408d9 commit 121da74

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release-preflight.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Setup
3333
uses: ./.github/actions/init
3434
with:
35+
turbo-enabled: false
3536
turbo-team: ''
3637
turbo-token: ''
3738

0 commit comments

Comments
 (0)