Skip to content

Commit ca8559f

Browse files
committed
ci: disable redundant GH Actions turbo cache on cluster runner jobs, remove pr-cleanup workflow
1 parent 42dea22 commit ca8559f

5 files changed

Lines changed: 7 additions & 29 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
- name: Setup node and install deps
103103
if: steps.check.outputs.should-publish == 'true'
104104
uses: ./.github/actions/node-setup
105+
with:
106+
turbo-cache: false
105107

106108
# Build the extension and its workspace dependencies (lsp, rules, core)
107109
# in the correct order — vsce does not run the "prepack" build hook.

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Setup node and install deps
2727
uses: ./.github/actions/node-setup
28+
with:
29+
turbo-cache: false
2830

2931
# Cross-package type resolution relies on built `dist` output. Without this,
3032
# the agent's first `tsc`/`vitest` run fails on unresolved workspace imports.

.github/workflows/pr-cleanup.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup node and install deps
5353
uses: ./.github/actions/node-setup
5454
with:
55-
turbo-cache: true
55+
turbo-cache: false
5656

5757
- uses: reviewdog/action-setup@v1
5858

.github/workflows/pre-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Setup node and install deps
4949
uses: ./.github/actions/node-setup
50+
with:
51+
turbo-cache: false
5052

5153
- name: Create snapshot
5254
uses: ./.github/actions/changeset-snapshot

0 commit comments

Comments
 (0)